Re: [PORTS] RedHat6.0 & Alpha
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: Uncle George <gatgul@voicenet.com>, Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>, pgsql-ports@postgreSQL.org
Date: 1999-07-20T16:47:21Z
Lists: pgsql-hackers
> I imagine that this flag is specific to the compiler. It would > probably be best to leave it to patches until the alpha issues are > solved for every OS environment; sorry I don't have a platform myself > to test on. > > btw, RedHat is interested in doing a maintenance release of Postgres > rpms, and would dearly love to have the Alpha port problems solved (or > vica versa; they hate that their shipping rpms are broken or not > available on one of their three supported architectures). > > Uncle G, could you tell us the actual port string configure generates > for your platform? At the moment, PORTNAME on my i686 box says > "linux", and I don't see architecture info. But perhaps we can have > configure deduce an ARCH parameter too? It already knows it when first > identifying the system... OK, I have made it: ifeq ($(CPU),alpha) ifeq ($(CC), gcc) CFLAGS+= -mieee endif ifeq ($(CC), egcs) CFLAGS+= -mieee endif endif I can always rip it out later. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026