Commit ea785922f468971e876c27604cde3593d587a700

Authored by ths
1 parent 087f4ae0

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
Showing 1 changed file with 1 additions and 0 deletions
Makefile.target
@@ -177,6 +177,7 @@ ifdef CONFIG_DARWIN_USER @@ -177,6 +177,7 @@ ifdef CONFIG_DARWIN_USER
177 BASE_LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000 177 BASE_LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
178 endif 178 endif
179 179
  180 +BASE_CFLAGS+=$(OS_CFLAGS)
180 OP_CFLAGS+=$(OS_CFLAGS) 181 OP_CFLAGS+=$(OS_CFLAGS)
181 182
182 ######################################################### 183 #########################################################