|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [IA64] not quite ready for --fatal-warnings
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 81e0f13bf33c121f0cd848ef92e490cd2553f179
# Parent 4174856876f953d82f084c54c6dfc494f4d1a9db
[IA64] not quite ready for --fatal-warnings
The build fails for me with gcc-3.4.5/gas-2.16.91
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
diff -r 4174856876f9 -r 81e0f13bf33c xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk Wed Apr 26 12:50:42 2006 -0600
+++ b/xen/arch/ia64/Rules.mk Wed Apr 26 12:55:18 2006 -0600
@@ -9,7 +9,7 @@ CROSS_COMPILE ?= /usr/local/sp_env/v2.2.
CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-
endif
AFLAGS += -D__ASSEMBLY__ -nostdinc $(CPPFLAGS)
-AFLAGS += -mconstant-gp -Wa,--fatal-warnings
+AFLAGS += -mconstant-gp
CPPFLAGS += -I$(BASEDIR)/include -I$(BASEDIR)/include/asm-ia64 \
-I$(BASEDIR)/include/asm-ia64/linux \
-I$(BASEDIR)/include/asm-ia64/linux-xen \
@@ -17,7 +17,7 @@ CPPFLAGS += -I$(BASEDIR)/include -I$(BA
-I$(BASEDIR)/arch/ia64/linux -I$(BASEDIR)/arch/ia64/linux-xen
CFLAGS += -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-CFLAGS += -mconstant-gp -Wa,--fatal-warnings
+CFLAGS += -mconstant-gp
#CFLAGS += -O3 # -O3 over-inlines making debugging tough!
CFLAGS += -O2 # but no optimization causes compile errors!
#CFLAGS += -iwithprefix include -Wall -DMONITOR_BASE=$(MONITOR_BASE)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [IA64] not quite ready for --fatal-warnings,
Xen patchbot -unstable <=
|
|
|
|
|