summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:39 -0500
commitedc0edf0c6bdaf51a952c333527b0b9c3bf371d6 (patch)
tree83965fa5b5691d5c2ece02cf94a1b080d3d5150e /Makefile.target
parent884044aab173842df12d64630cd853dbe914e306 (diff)
downloadhqemu-edc0edf0c6bdaf51a952c333527b0b9c3bf371d6.zip
hqemu-edc0edf0c6bdaf51a952c333527b0b9c3bf371d6.tar.gz
We set -Werror through configure now
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 6b6e70f..1d0f33f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -4,7 +4,6 @@ include $(SRC_PATH)/rules.mak
TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw
CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MT $@ -MP -DNEED_CPU_H
-#CFLAGS+=-Werror
ifdef CONFIG_USER_ONLY
# user emulator name
OpenPOWER on IntegriCloud