Re: [PORTS] RedHat6.0 & Alpha

From: Uncle George <gatgul(at)voicenet(dot)com>
To: Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] RedHat6.0 & Alpha
Date: 1999-07-20 01:25:58
Message-ID: 3793D025.74162C@voicenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

Thats NOT THE PROBLEM.
Although u have localize the -mieee/float in the date stuff, u have needlessly
inflicted the -mieee switch on ALL compiled modules.
I would have prefered it to be makefile ( Certainly on a SUBSYS.o, and even better on
on a per module.o) compile under a makefile switch
ie: ( or something simular )

if eq($(CPUID),alpha)
myfloat.o: myfloat.c
$(CC) $(CFLAGS) -mieee myfloat.c -o myfloat.o
fi

Ryan Kirkpatrick wrote:

> On Wed, 14 Jul 1999, Bruce Momjian wrote:
>
> > > 3) -mieee informs the egcs compiler fot the alpha to inject 'trapb'
> >
> > I am stumped on why we even need -mieee, but someone supplied a patch to
> > add it.
>
> That someone would be me. :) I supplied a patch to add about a
> year ago as that was the only way I could get some of the date/time code
> w

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-07-20 02:15:12 Re: [HACKERS] RedHat6.0 & Alpha
Previous Message Ryan Kirkpatrick 1999-07-20 01:04:44 Re: [PORTS] RedHat6.0 & Alpha

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-07-20 02:07:35 Re: [PORTS] Port to OS/2 completed ...
Previous Message Ryan Kirkpatrick 1999-07-20 01:04:44 Re: [PORTS] RedHat6.0 & Alpha