Commit 9c7f170e5031a0c7e7de03135011fdcafe5c75ca
1 parent
7d4c3d53
Remove bogus -Werror
Revert rules.mak changes from aba800a3. These should not have been here to start with. Signed-off-by: Paul Brook <paul@codesourcery.com>
Showing
1 changed file
with
1 additions
and
1 deletions
rules.mak
1 | 1 | ||
2 | %.o: %.c | 2 | %.o: %.c |
3 | - $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -Wno-error=uninitialized -c -o $@ $<," CC $(TARGET_DIR)$@") | 3 | + $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<," CC $(TARGET_DIR)$@") |
4 | 4 | ||
5 | %.o: %.S | 5 | %.o: %.S |
6 | $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@") | 6 | $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@") |