--- libtool-CC-normal Sat May 3 10:29:08 2003 +++ libtool-CC-with-xarch Sat May 3 10:29:08 2003 @@ -6666,7 +6666,7 @@ LTCC="cc" # A language-specific compiler. -CC="CC" +CC="CC -xarch=v9" # Is the compiler the GNU C compiler? with_gcc=no @@ -6706,7 +6706,7 @@ reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" # How to pass a linker flag through the compiler. -wl="-Qoption ld " +wl="" # Object file suffix (normally "o"). objext="o" @@ -6721,7 +6721,7 @@ exeext="" # Additional compiler flags for building library objects. -pic_flag=" -KPIC -DPIC" +pic_flag=" -DPIC" pic_mode=default # What is the maximum length of a command? @@ -6749,7 +6749,7 @@ dlopen_self_static=unknown # Compiler flag to prevent dynamic linking. -link_static_flag="-Bstatic" +link_static_flag="" # Compiler flag to turn off builtin functions. no_builtin_flag="" @@ -6758,7 +6758,7 @@ export_dynamic_flag_spec="" # Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec="\${wl}-z \${wl}allextract\$convenience \${wl}-z \${wl}defaultextract" +whole_archive_flag_spec="" # Compiler flag to generate thread-safe objects. thread_safe_flag_spec="" @@ -6778,7 +6778,7 @@ # Commands used to build and install an old-style archive. RANLIB="ranlib" -old_archive_cmds="\$CC -xar -o \$oldlib \$oldobjs" +old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib" old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib" old_postuninstall_cmds="" @@ -6789,9 +6789,8 @@ old_archive_from_expsyms_cmds="" # Commands used to build and install a shared archive. -archive_cmds="\$CC -G\${allow_undefined_flag} -nolib -h\$soname -o \$lib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags" -archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$lib.exp~cat \$export_symbols | \$SED -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$lib.exp~\$echo \\\"local: *; };\\\" >> \$lib.exp~ - \$CC -G\${allow_undefined_flag} -nolib \${wl}-M \${wl}\$lib.exp -h\$soname -o \$lib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags~\$rm \$lib.exp" +archive_cmds="" +archive_expsym_cmds="" postinstall_cmds="chmod +x \$lib" postuninstall_cmds="" @@ -6833,7 +6832,7 @@ allow_undefined_flag="" # Flag that forces no undefined symbols. -no_undefined_flag=" -zdefs" +no_undefined_flag="" # Commands used to finish a libtool library installation in a directory. finish_cmds="" @@ -6867,7 +6866,7 @@ # Flag to hardcode $libdir into a binary during linking. # This must work even if $libdir does not exist. -hardcode_libdir_flag_spec="-R\$libdir" +hardcode_libdir_flag_spec="" # If ld is used when linking, flag to hardcode $libdir into # a binary during linking. This must work even if $libdir does @@ -6887,7 +6886,7 @@ # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. -hardcode_shlibpath_var=no +hardcode_shlibpath_var= # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. @@ -6898,7 +6897,7 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH " # Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=yes +link_all_deplibs=unknown # Compile-time system search path for libraries sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"