Re: [PORTS] RedHat6.0 & Alpha

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
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:47:21
Message-ID: 199907201647.MAA28540@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

> 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-20 16:48:37 Re: [HACKERS] CREATE VERSION
Previous Message Ansley, Michael 1999-07-20 15:50:51 RE: [HACKERS] psql & query string length

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas Lockhart 1999-07-20 16:59:19 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Herouth Maoz 1999-07-20 15:28:18 Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6