This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gcc-ssa libmudflap] x86_64 build fix


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]