From d80498951ccb2fd14616ade41c00ed715287ab8a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 21 Jul 2005 21:02:09 +0200 Subject: [PATCH] --- yaml --- r: 7237 b: refs/heads/master c: 3c521e06fad4b4b7fe4811fb8363d12cf49f40a2 h: refs/heads/master i: 7235: 0e3407ad411b8b0ca28c74296e9e97da6a5742e2 v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0225d6d8b1c1..c905d18a5cc5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce454d4d7278b815dcee957653ce388146484f5f +refs/heads/master: 3c521e06fad4b4b7fe4811fb8363d12cf49f40a2 diff --git a/trunk/Makefile b/trunk/Makefile index 5185c917077b..423397f03921 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -203,7 +203,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ HOSTCC = gcc HOSTCXX = g++ -HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer +HOSTCFLAGS = -Wall -Wundef -Wstrict-prototypes -O2 -fomit-frame-pointer HOSTCXXFLAGS = -O2 # Decide whether to build built-in, modular, or both. @@ -348,7 +348,7 @@ LINUXINCLUDE := -Iinclude \ CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) -CFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs \ +CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -ffreestanding AFLAGS := -D__ASSEMBLY__