Re: problem with RH7.3 Pg7.3.4 binaries - Mailing list pgsql-hackers

From Magnus Naeslund(w)
Subject Re: problem with RH7.3 Pg7.3.4 binaries
Date
Msg-id 63155.129.178.88.66.1060077528.squirrel@mail2.fbab.net
Whole thread Raw
In response to Re: problem with RH7.3 Pg7.3.4 binaries  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
List pgsql-hackers
Mark Cave-Ayland said:
> Hi there,
>
> I have a RedHat 7.3 machine that can build the 7.3.4 RPMs if required -
> it only contains RPMs from the vanilla CD or from updates.redhat.com.
> I've just done a test build and everything seems OK except that the C
> compiler is passed the -mcpu=i686 flag - I'm guessing I need to somehow
> change this to i386 so it will binaries will run on actual i386
> machines? Can someone point me in the right direction?
>

The -mcpu flag doesn't do what you seems to think it does.
It still generates i386 compatible code, but favours i686 processor
timings etc.

>
> Cheers,
>
> Mark.


Magnus



pgsql-hackers by date:

Previous
From: "Mark Cave-Ayland"
Date:
Subject: Re: problem with RH7.3 Pg7.3.4 binaries
Next
From: Lee Kindness
Date:
Subject: --enable-thread-safety broken + patch regressions