packages: xen/xen-gcc.patch, xen/xen.spec - fix hvmloader (added -O1) for g...
marcus
marcus at pld-linux.org
Tue Oct 25 12:29:57 CEST 2011
Author: marcus Date: Tue Oct 25 10:29:57 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fix hvmloader (added -O1) for gcc 4.6
---- Files affected:
packages/xen:
xen-gcc.patch (1.3 -> 1.4) , xen.spec (1.85 -> 1.86)
---- Diffs:
================================================================
Index: packages/xen/xen-gcc.patch
diff -u packages/xen/xen-gcc.patch:1.3 packages/xen/xen-gcc.patch:1.4
--- packages/xen/xen-gcc.patch:1.3 Sun Oct 23 21:11:46 2011
+++ packages/xen/xen-gcc.patch Tue Oct 25 12:29:52 2011
@@ -52,3 +52,12 @@
LDFLAGS += -L$(XEN_LIBXENSTAT)
LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
CFLAGS += -DHOST_$(XEN_OS)
+diff -uNr xen-3.4.3.old/tools/firmware/Rules.mk xen-3.4.3/tools/firmware/Rules.mk
+--- xen-3.4.3.old/tools/firmware/Rules.mk 2010-06-03 19:42:28.000000000 +0200
++++ xen-3.4.3/tools/firmware/Rules.mk 2011-10-25 11:34:59.570970994 +0200
+@@ -18,4 +18,4 @@
+ $(call cc-option-add,CFLAGS,CC,-fno-stack-protector-all)
+
+ # Extra CFLAGS suitable for an embedded type of environment.
+-CFLAGS += -fno-builtin -msoft-float
++CFLAGS += -fno-builtin -msoft-float -O1
================================================================
Index: packages/xen/xen.spec
diff -u packages/xen/xen.spec:1.85 packages/xen/xen.spec:1.86
--- packages/xen/xen.spec:1.85 Mon Jan 31 13:20:25 2011
+++ packages/xen/xen.spec Tue Oct 25 12:29:52 2011
@@ -21,7 +21,7 @@
Summary(pl.UTF-8): Xen - monitor maszyny wirtualnej
Name: xen
Version: %{major}.%{minor}
-Release: 0.1
+Release: 0.2
License: GPL
Group: Applications/System
Source0: http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
@@ -334,6 +334,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.86 2011/10/25 10:29:52 marcus
+- fix hvmloader (added -O1) for gcc 4.6
+
Revision 1.85 2011/01/31 12:20:25 marcus
- fix for python 2.7 and ncurses headers
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen-gcc.patch?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen.spec?r1=1.85&r2=1.86&f=u
More information about the pld-cvs-commit
mailing list