SOURCES (XEN_3_0_4): xen-gcc4.patch - set -fgnu89-inline in Config.mk not s...

glen glen at pld-linux.org
Sat May 24 00:54:38 CEST 2008


Author: glen                         Date: Fri May 23 22:54:38 2008 GMT
Module: SOURCES                       Tag: XEN_3_0_4
---- Log message:
- set -fgnu89-inline in Config.mk not specflags

---- Files affected:
SOURCES:
   xen-gcc4.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/xen-gcc4.patch
diff -u SOURCES/xen-gcc4.patch:1.1.2.1 SOURCES/xen-gcc4.patch:1.1.2.2
--- SOURCES/xen-gcc4.patch:1.1.2.1	Sat May 24 00:38:17 2008
+++ SOURCES/xen-gcc4.patch	Sat May 24 00:54:33 2008
@@ -9,3 +9,15 @@
  
      namebuf[KSYM_NAME_LEN] = 0;
      namebuf[0] = 0;
+--- xen-3.0.4_1-src/Config.mk~	2008-05-24 01:49:20.000000000 +0300
++++ xen-3.0.4_1-src/Config.mk	2008-05-24 01:49:23.342299929 +0300
+@@ -48,6 +48,9 @@
+ HOSTCFLAGS += $(call cc-option,$(HOSTCC),-Wdeclaration-after-statement,)
+ CFLAGS     += $(call cc-option,$(CC),-Wdeclaration-after-statement,)
+ 
++HOSTCFLAGS += $(call cc-option,$(HOSTCC),-fgnu89-inline,)
++CFLAGS     += $(call cc-option,$(CC),-fgnu89-inline,)
++
+ LDFLAGS += $(foreach i, $(EXTRA_LIB), -L$(i)) 
+ CFLAGS += $(foreach i, $(EXTRA_INCLUDES), -I$(i))
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xen-gcc4.patch?r1=1.1.2.1&r2=1.1.2.2&f=u



More information about the pld-cvs-commit mailing list