Re: [PORTS] RedHat6.0 & Alpha

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Uncle George <gatgul(at)voicenet(dot)com>, Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>, pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] RedHat6.0 & Alpha
Date: 1999-07-20 16:59:19
Message-ID: 3794AAE7.B139EF5D@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

> OK, I have made it:
>
> ifeq ($(CPU),alpha)
> ifeq ($(CC), gcc)
> CFLAGS+= -mieee
> endif
> ifeq ($(CC), egcs)
> CFLAGS+= -mieee
> endif
> endif

Great. I think that is closer to what is needed...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-07-20 17:00:15 Re: [HACKERS] CREATE VERSION
Previous Message Constantin Teodorescu 1999-07-20 16:52:47 BUG found in unique index!

Browse pgsql-ports by date

  From Date Subject
Next Message Gerry D'Costa 1999-07-20 17:10:59 Problems compiling PostgreSQL on DEC Alpha...
Previous Message Bruce Momjian 1999-07-20 16:47:21 Re: [PORTS] RedHat6.0 & Alpha