projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087f4ae
)
Build fix for mingw/Cygwin, by Kazu. It also looks like it does the
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Feb 2007 21:52:52 +0000
(21:52 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Feb 2007 21:52:52 +0000
(21:52 +0000)
right thing for Darwin.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2410
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index dc9a965753d82a28e22b63c7cf025ecacd01c140..2c8a873a265646f23ddb82a6f995a8d558cc0034 100644
(file)
--- 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)
#########################################################