Re: [HACKERS] 486 Optimizations...

2000-11-15 Thread Bruce Momjian
> * Peter Eisentraut <[EMAIL PROTECTED]> [001115 08:15] wrote: > > > > 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. > > BSDi still has a marke

Re: [HACKERS] 486 Optimizations...

2000-11-15 Thread Alfred Perlstein
* Peter Eisentraut <[EMAIL PROTECTED]> [001115 08:15] wrote: > > 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. BSDi still has a market niche, and t

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] (Trond Eivind Glomsrød) writes: > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > * Trond Eivind Glomsr?d <[EMAIL PROTECTED]> [001114 15:43]: > > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > > > > > Anyone care if I build a patch to kill the -m486 type options in the >

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Trond Eivind Glomsrød
Larry Rosenman <[EMAIL PROTECTED]> writes: > * Trond Eivind Glomsr?d <[EMAIL PROTECTED]> [001114 15:43]: > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > > > Anyone care if I build a patch to kill the -m486 type options in the > > > following files: > > > > > > $ grep -i -- 486 * > > > bsdi

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Larry Rosenman
* Alfred Perlstein <[EMAIL PROTECTED]> [001114 15:46]: > * Larry Rosenman <[EMAIL PROTECTED]> [001114 13:42] wrote: > > 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:CFLAG

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Alfred Perlstein
* Larry Rosenman <[EMAIL PROTECTED]> [001114 13:47] wrote: > * Alfred Perlstein <[EMAIL PROTECTED]> [001114 15:46]: > > * Larry Rosenman <[EMAIL PROTECTED]> [001114 13:42] wrote: > > > Anyone care if I build a patch to kill the -m486 type options in the > > > following files: > > > > > > $ grep -

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Larry Rosenman
* Alfred Perlstein <[EMAIL PROTECTED]> [001114 15:47]: > * Trond Eivind Glomsrød <[EMAIL PROTECTED]> [001114 13:45] wrote: > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > > > Anyone care if I build a patch to kill the -m486 type options in the > > > following files: > > > > > > $ grep -i --

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Alfred Perlstein
* Trond Eivind Glomsrød <[EMAIL PROTECTED]> [001114 13:45] wrote: > Larry Rosenman <[EMAIL PROTECTED]> 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=

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Alfred Perlstein
* Larry Rosenman <[EMAIL PROTECTED]> [001114 13:42] wrote: > 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_u

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Larry Rosenman
* Trond Eivind Glomsr?d <[EMAIL PROTECTED]> [001114 15:43]: > Larry Rosenman <[EMAIL PROTECTED]> 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 -

Re: [HACKERS] 486 Optimizations...

2000-11-14 Thread Trond Eivind Glomsrød
Larry Rosenman <[EMAIL PROTECTED]> 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'