Re: RPM building (was regression on RedHat)

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: lockhart(at)fourpalms(dot)org
Cc: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: RPM building (was regression on RedHat)
Date: 2001-03-21 15:12:40
Message-ID: xuyhf0nb1g7.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:

> > It's a good start to test with for the purposes for which I think you want to
> > test for. (and I'm an English teacher by night -- argh).
>
> :)
>
> Mandrake (as of 7.2) still does a brain-dead mix of "-O3" and
> "-ffast-math", which is a risky and unnecessary combination according to
> the gcc folks (and which kills some of our date/time rounding). From the
> man page for gcc:
>
> -ffast-math
> This option should never be turned on by any `-O' option
> since it can result in incorrect output for programs which
> depend on an exact implementation of IEEE or ANSI
> rules/specifications for math functions.
>
> I'd like to get away from having to post a non-brain-dead /root/.rpmrc
> file which omits the -ffast-math flag. Can you suggest mechanisms for
> putting a "-fno-fast-math" into the spec file? Isn't there a mechanism
> to mark things as "distro specific"? Suggestions?

If Mandrake wants to be broken, let them - and tell them.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-21 15:47:54 Re: int8 bug on Alpha
Previous Message Peter T Mount 2001-03-21 14:33:29 Re: Re: PostgreSQL JDBC Unicode Support