[gcc-ssa libmudflap] x86_64 build fix

Frank Ch. Eigler fche@redhat.com
Tue Jun 3 18:01:00 GMT 2003


Hi -

Some libtool magic:

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

	* acinclude.m4: Force "pass_all" deplibs_check_method for libtool
	for x86_64 target.  Disable caching for this value.
	* aclocal.m4, configure: Regenerated.

Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/Attic/acinclude.m4,v
retrieving revision 1.1.2.1
diff -r1.1.2.1 acinclude.m4
557a558
> # Don't cache this sucker.
559,561c560,561
< [AC_CACHE_CHECK([how to recognise dependant libraries],
< lt_cv_deplibs_check_method,
< [lt_cv_file_magic_cmd='$MAGIC_CMD'
---
> [AC_MSG_CHECKING[how to recognise dependant libraries],
> lt_cv_file_magic_cmd='$MAGIC_CMD'
667c667
<   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
---
>   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
722d721
< ])
724a724
> AC_MSG_RESULT($deplibs_check_method)



More information about the Gcc-patches mailing list