2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/yaboot/yaboot-32bitbuild.patch
yinle 02597a0c15 rebuild yaboot with 3.17-rc1
Former-commit-id: 47fe97486df6b8f0bcd987c33d04efabe1487626
2011-06-27 14:54:06 +00:00

12 lines
590 B
Diff

--- yaboot-1.3.17-rc1/Makefile 2011-05-30 05:44:02.674811961 -0400
+++ yaboot-1.3.17-rc1-32bit/Makefile 2011-05-30 10:35:42.464813918 -0400
@@ -34,7 +34,7 @@
# The flags for the yaboot binary.
#
-YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
+YBCFLAGS = -Os -m32 $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\" #"
YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG)
YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)