Re: [PORTS] RedHat6.0 & Alpha

From: Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] RedHat6.0 & Alpha
Date: 1999-07-30 02:34:28
Message-ID: Pine.LNX.4.10.9907292032090.4356-100000@excelsior.rkirkpat.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

On Thu, 29 Jul 1999, Bruce Momjian wrote:

> > Attached is a mini patch of the changes I made to the linux_alpha
> > template file. Review and use as you wish. Basically just sets -O2 flag
> > for CFLAGS and also forces the CPU variable to be alpha, so as not to
> > break the alpha specific makefile rules when the alpha processor is
> > get detected as an alphaev5, etc...
> > Otherwise, everything looks good!
>
> I question the CPU line. I modified configure to set CPU. Does the
> template over-ride this?

Apparently yes, the template definitions override anything that
configure figures out. I didn't know which method would be better,
modifying config.guess to return 'alpha' for CPU no matter what was
exactly was detected (as long as it was still an alpha of some sort) or
force CPU to be 'alpha' in templates. Your choice which way to do it, just
make sure CPU is alpha no matter if it is a UDB (21064), XLT (21164), or
DS20 (21264) that one is compling on.

----------------------------------------------------------------------------
| "For to me to live is Christ, and to die is gain." |
| --- Philippians 1:21 (KJV) |
----------------------------------------------------------------------------
| Ryan Kirkpatrick | Boulder, Colorado | rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu |
----------------------------------------------------------------------------
| http://www-ugrad.cs.colorado.edu/~rkirkpat/ |
----------------------------------------------------------------------------

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-30 02:44:21 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Ryan Kirkpatrick 1999-07-30 02:28:42 Re: [PORTS] RedHat6.0 & Alpha

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-07-30 02:44:21 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Ryan Kirkpatrick 1999-07-30 02:28:42 Re: [PORTS] RedHat6.0 & Alpha