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>
This commit is contained in:
parent
7d4c3d535c
commit
9c7f170e50
@ -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)$@")
|
||||
|
Loading…
Reference in New Issue
Block a user