SOURCES: libtool-linking-order.patch, libtool.m4_cegcc.patch - upd...

arekm arekm at pld-linux.org
Tue Jun 26 21:09:30 CEST 2007


Author: arekm                        Date: Tue Jun 26 19:09:30 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   libtool-linking-order.patch (1.1 -> 1.2) , libtool.m4_cegcc.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/libtool-linking-order.patch
diff -u SOURCES/libtool-linking-order.patch:1.1 SOURCES/libtool-linking-order.patch:1.2
--- SOURCES/libtool-linking-order.patch:1.1	Fri Aug  4 21:29:06 2006
+++ SOURCES/libtool-linking-order.patch	Tue Jun 26 21:09:25 2007
@@ -125,19 +125,19 @@
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
        fi
-@@ -5582,13 +5582,13 @@
- 	ifc* | ifort*)			# Intel Fortran compiler
- 	  tmp_addflag=' -nofor_main' ;;
+@@ -5741,13 +5741,13 @@
+ 	*)
+ 	  tmp_sharedflag='-shared' ;;
  	esac
--	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC $compiler_flags -shared'"$tmp_addflag"' $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC $compiler_flags '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
  
  	if test $supports_anon_versioning = yes; then
  	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    $echo "local: *; };" >> $output_objdir/$libname.ver~
--	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-+	  $CC $compiler_flags -shared'"$tmp_addflag"' $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+-	  $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	  $CC $compiler_flags '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  	fi
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no

================================================================
Index: SOURCES/libtool.m4_cegcc.patch
diff -u SOURCES/libtool.m4_cegcc.patch:1.2 SOURCES/libtool.m4_cegcc.patch:1.3
--- SOURCES/libtool.m4_cegcc.patch:1.2	Tue Feb 27 00:11:19 2007
+++ SOURCES/libtool.m4_cegcc.patch	Tue Jun 26 21:09:25 2007
@@ -89,8 +89,8 @@
      beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
        # PIC is the default for these OSes.
        ;;
--    mingw* | os2* | pw32*)
-+    mingw* | os2* | pw32* | cegcc*)
+-    mingw* | cygwin* | os2* | pw32*)
++    mingw* | cygwin* | os2* | pw32* | cegcc*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
@@ -98,8 +98,8 @@
        # PIC is the default for these OSes.
        ;;
  
--    mingw* | pw32* | os2*)
-+    mingw* | pw32* | os2* | cegcc*)
+-    mingw* | cygwin* | pw32* | os2*)
++    mingw* | cygwin* | pw32* | os2* | cegcc*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
@@ -107,8 +107,8 @@
         esac
         ;;
  
--    mingw* | pw32* | os2*)
-+    mingw* | pw32* | os2* | cegcc*)
+-    mingw* | cygwin* | pw32* | os2*)
++    mingw* | cygwin* | pw32* | os2* | cegcc*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
@@ -118,7 +118,7 @@
    ;;
 -  cygwin* | mingw*)
 +  cygwin* | mingw* | cegcc*)
-     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
    ;;
    *)
 @@ -5438,7 +5445,7 @@ ifelse([$1],[CXX],[
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libtool-linking-order.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/libtool.m4_cegcc.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list