http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e948f
)
[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -Werror
author
Michael Brown
<mcb30@etherboot.org>
Mon, 16 Feb 2009 01:06:40 +0000
(
01:06
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 16 Feb 2009 01:06:40 +0000
(
01:06
+0000)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
d841344
..
2146d9c
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-283,7
+283,6
@@
CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W -Wformat-nonliteral
CFLAGS += -g
CFLAGS += $(EXTRA_CFLAGS)
-ASFLAGS += --fatal-warnings
ASFLAGS += $(EXTRA_ASFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)
@@
-295,6
+294,7
@@
EMBEDDED_IMAGE = image/default.gpxe
#
ifneq ($(NO_WERROR),1)
CFLAGS += -Werror
+ASFLAGS += --fatal-warnings
endif
# compiler.h is needed for our linking and debugging system