binutils 2.8.1, 2.9.1, 2.10, 2.10.1 (with and without patches) 2.11 gcc 2.95.2, 2.95.2.1, 2.95.3 The bug was that the specs file in 2.95.? seems to be missing a -K__PIC__ in the spec for *cpp %{.S...} It does seem to be in the current snapshot as of a few weeks ago and is thus not necessary, but also not released. -- bryan Ralf Baechle wrote: > On Fri, Apr 20, 2001 at 01:06:52PM -0700, Bryan Chua wrote: > > > CFLAGS=-D__PIC__ make all [check] install > > > > the target "check" will not work if you are cross compiling, so you > > might as well install... You end up coming across this in several > > places. > > None of the compiler we ever recommended to use had this bug, so I > wonder what compiler you're trying to use. > > Ralf