aboutsummaryrefslogtreecommitdiff
path: root/rules.mak
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-06-30 12:10:52 +0100
committerPaul Brook <paul@codesourcery.com>2009-06-30 12:10:52 +0100
commit9c7f170e5031a0c7e7de03135011fdcafe5c75ca (patch)
tree506b9201c82215d7c602aa2de5ecc6a05dbb4b5e /rules.mak
parent7d4c3d535c6f33e1d6d158aaf2108a27b45d743d (diff)
Remove bogus -Werror
Revert rules.mak changes from aba800a. These should not have been here to start with. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'rules.mak')
-rw-r--r--rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mak b/rules.mak
index defee1d2df..8d6d96e5b1 100644
--- a/rules.mak
+++ b/rules.mak
@@ -1,6 +1,6 @@
%.o: %.c
- $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -Wno-error=uninitialized -c -o $@ $<," CC $(TARGET_DIR)$@")
+ $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<," CC $(TARGET_DIR)$@")
%.o: %.S
$(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@")