summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorths2007-02-10 22:52:52 +0100
committerths2007-02-10 22:52:52 +0100
commitea785922f468971e876c27604cde3593d587a700 (patch)
tree9f5d1252d4fb2f634433ba801b5d2c3265e2ee12 /Makefile.target
parentClean up serial code for Win 32, by Kazu. (diff)
downloadqemu-ea785922f468971e876c27604cde3593d587a700.tar.gz
qemu-ea785922f468971e876c27604cde3593d587a700.tar.xz
qemu-ea785922f468971e876c27604cde3593d587a700.zip
Build fix for mingw/Cygwin, by Kazu. It also looks like it does the
right thing for Darwin. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2410 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index dc9a965753..2c8a873a26 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -177,6 +177,7 @@ ifdef CONFIG_DARWIN_USER
BASE_LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
endif
+BASE_CFLAGS+=$(OS_CFLAGS)
OP_CFLAGS+=$(OS_CFLAGS)
#########################################################