source:
scripts/untested/autotools/patches/libtool-1.4.3-lib64.patch@
834dec0
Last change on this file since 834dec0 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.2 KB |
-
libtool-1.4.3/libtool.m4
old new case $host in 100 100 rm -rf conftest* 101 101 ;; 102 102 103 *-*-linux*) 104 # Test if the compiler is 64bit 105 echo 'int i;' > conftest.$ac_ext 106 lt_cv_cc_64bit_output=no 107 if AC_TRY_EVAL(ac_compile); then 108 case `/usr/bin/file conftest.$ac_objext` in 109 *"ELF 64"*) 110 lt_cv_cc_64bit_output=yes 111 ;; 112 esac 113 fi 114 rm -rf conftest* 115 ;; 116 103 117 *-*-sco3.2v5*) 104 118 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 105 119 SAVE_CFLAGS="$CFLAGS" … … linux-gnu*) 2183 2197 # before this can be enabled. 2184 2198 hardcode_into_libs=yes 2185 2199 2200 case $host_cpu:$lt_cv_cc_64bit_output in 2201 powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes) 2202 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64" 2203 sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64" 2204 ;; 2205 esac 2206 2186 2207 # We used to test for /lib/ld.so.1 and disable shared libraries on 2187 2208 # powerpc, because MkLinux only supported shared libraries with the 2188 2209 # GNU dynamic linker. Since this was broken with cross compilers,
Note:
See TracBrowser
for help on using the repository browser.