Changeset 1394 for trunk/src/gcc/libtool.m4
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libtool.m4
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1393 r1394 184 184 *ELF-64*) 185 185 HPUX_IA64_MODE="64" 186 ;; 187 esac 188 fi 189 rm -rf conftest* 190 ;; 191 192 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 193 # Find out which ABI we are using. 194 echo 'int i;' > conftest.$ac_ext 195 if AC_TRY_EVAL(ac_compile); then 196 case "`/usr/bin/file conftest.o`" in 197 *32-bit*) 198 case $host in 199 x86_64-*linux*) 200 LD="${LD-ld} -m elf_i386" 201 ;; 202 ppc64-*linux*|powerpc64-*linux*) 203 LD="${LD-ld} -m elf32ppclinux" 204 ;; 205 s390x-*linux*) 206 LD="${LD-ld} -m elf_s390" 207 ;; 208 sparc64-*linux*) 209 LD="${LD-ld} -m elf32_sparc" 210 ;; 211 esac 212 ;; 213 *64-bit*) 214 case $host in 215 x86_64-*linux*) 216 LD="${LD-ld} -m elf_x86_64" 217 ;; 218 ppc*-*linux*|powerpc*-*linux*) 219 LD="${LD-ld} -m elf64ppc" 220 ;; 221 s390*-*linux*) 222 LD="${LD-ld} -m elf64_s390" 223 ;; 224 sparc*-*linux*) 225 LD="${LD-ld} -m elf64_sparc" 226 ;; 227 esac 186 228 ;; 187 229 esac … … 602 644 hppa*) 603 645 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'] 604 lt_cv_file_magic_cmd=/usr/bin/file605 lt_cv_file_magic_test_file=/usr/lib/libc.sl646 lt_cv_file_magic_cmd=/usr/bin/file 647 lt_cv_file_magic_test_file=/usr/lib/libc.sl 606 648 ;; 607 649 ia64*) … … 609 651 lt_cv_file_magic_cmd=/usr/bin/file 610 652 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 611 ;;653 ;; 612 654 esac 613 655 ;; … … 637 679 linux-gnu*) 638 680 case $host_cpu in 639 alpha* | mips* |hppa* | i*86 | powerpc* | sparc* | ia64* )681 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 640 682 lt_cv_deplibs_check_method=pass_all ;; 641 683 *) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.