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
jbjohnso 5ef6e417e4 -Refresh yaboot to address issues in recent SLES11 updates
Former-commit-id: 2fc472cfefa6d1611e757e5cc2922d55d5a11f14
2010-05-12 22:04:57 +00:00

13 lines
676 B
Diff

diff -urN yaboot-1.3.15-05122010/Makefile yaboot-1.3.15-05122010-32bit/Makefile
--- yaboot-1.3.15-05122010/Makefile 2010-05-12 16:09:10.000000000 -0400
+++ yaboot-1.3.15-05122010-32bit/Makefile 2010-05-12 18:02:04.000000000 -0400
@@ -35,7 +35,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)