Changeset 1391 for branches/GNU/src/gcc/ltcf-c.sh
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/ltcf-c.sh
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 418 418 419 419 hpux9* | hpux10* | hpux11*) 420 if test $with_gcc = yes; then 421 case "$host_os" in 422 hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; 423 *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; 424 esac 425 else 426 case $host_os in 427 hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; 428 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;; 429 esac 430 fi 431 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 432 hardcode_libdir_separator=: 433 hardcode_direct=yes 434 hardcode_minus_L=yes # Not in the search PATH, but as the default 435 # location of the library. 420 case "$host_cpu" in 421 ia64*) 422 hardcode_direct=no 423 hardcode_shlibpath_var=no 424 archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 425 hardcode_libdir_flag_spec='-L$libdir' ;; 426 *) 427 if test $with_gcc = yes; then 428 case "$host_os" in 429 hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; 430 *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; 431 esac 432 else 433 case $host_os in 434 hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; 435 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;; 436 esac 437 fi 438 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 439 hardcode_libdir_separator=: 440 hardcode_minus_L=yes # Not in the search PATH, but as the default 441 # location of the library. 442 ;; 443 esac 436 444 export_dynamic_flag_spec='${wl}-E' 445 hardcode_direct=yes 437 446 ;; 438 447 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.