| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Larry Rosenman <ler(at)lerctr(dot)org> |
| Cc: | PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 486 Optimizations... |
| Date: | 2000-11-15 16:19:02 |
| Message-ID: | Pine.LNX.4.21.0011151715410.779-100000@peter.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmx(dot)net http://yi.org/peter-e/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wade D. Oberpriller | 2000-11-15 16:30:01 | PL/Perl on Solaris |
| Previous Message | Tom Lane | 2000-11-15 16:13:39 | Re: Coping with 'C' vs 'newC' function language names |