Re: 486 Optimizations... - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: 486 Optimizations...
Date
Msg-id Pine.LNX.4.21.0011151715410.779-100000@peter.localdomain
Whole thread Raw
In response to 486 Optimizations...  (Larry Rosenman <ler@lerctr.org>)
Responses Re: 486 Optimizations...  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-hackers
Larry Rosenman writes:

> Anyone care if I build a patch to kill the -m486 type options in the
> following files:
> 
> $ grep -i -- 486 *
> bsdi:  i?86)  CFLAGS="$CFLAGS -m486";;
> freebsd:CFLAGS='-O2 -m486 -pipe'
> univel:CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4'

I couldn't say I like these options, because they seem arbitrary, but
given that it only affects the 0 univel users and the 3 bsdi users left
(freebsd will be fixed), I wouldn't make a fuzz.

I do feel more strongly about removing '-pipe', but it's not something I'm
going to pursue.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Coping with 'C' vs 'newC' function language names
Next
From: Peter Eisentraut
Date:
Subject: Re: Syslog Facility Patch