[Clfs-commits] commit: r4298 - /branches/clfs-sysroot/patches/glibc-2.8-cross_hacks-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 3 16:26:01 PST 2009


Author: jciccone
Date: Sun Jan  4 00:26:00 2009
New Revision: 4298

Log:
Update patch to fix compilation problem.

Modified:
    branches/clfs-sysroot/patches/glibc-2.8-cross_hacks-1.patch

Modified: branches/clfs-sysroot/patches/glibc-2.8-cross_hacks-1.patch
==============================================================================
--- branches/clfs-sysroot/patches/glibc-2.8-cross_hacks-1.patch (original)
+++ branches/clfs-sysroot/patches/glibc-2.8-cross_hacks-1.patch Sun Jan  4 00:26:00 2009
@@ -210,7 +210,7 @@
  		  $(filter-out %frame-pointer,$(+cflags)) $(+gccwarn-c) \
  		  $(sysdep-CFLAGS) $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) \
  		  $(CFLAGS-$(@F))
-+override CFLAGS-native = -std=gnu99 $(default_cflags) $(+gccwarn-c) \
++override CFLAGS-native = -std=gnu99 $(gnu89-inline-CFLAGS) $(default_cflags) $(+gccwarn-c) \
 +			 $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F))
  override CXXFLAGS = $(c++-sysincludes) \
  		    $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \




More information about the Clfs-commits mailing list