[gcc-ssa libmudflap] x86_64 build fix

Alexandre Oliva aoliva@redhat.com
Tue Jun 3 19:23:00 GMT 2003


On Jun  3, 2003, "Frank Ch. Eigler" <fche@redhat.com> wrote:

> 2003-06-03  Frank Ch. Eigler  <fche@redhat.com>

> 	* acinclude.m4: Force "pass_all" deplibs_check_method for libtool
> 	for x86_64 target.

This is wrong.  It's not legal to link non-PIC into shared libraries
on x86_64.  You're disabling this sanity check.

Also, this code in acinclude.m4 is supposed to be taken from the
toplevel libtool.m4.  Look for sinclude(../libtool.m4) in, for
example, libstdc++-v3/acinclude.m4 for the magic spell.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc-patches mailing list