* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
build option tweaks to mingw compiler as well.
This commit is contained in:
parent
650dc73fa5
commit
4d586ac09e
|
@ -1,3 +1,8 @@
|
|||
2012-11-05 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
|
||||
build option tweaks to mingw compiler as well.
|
||||
|
||||
2012-10-24 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* configure.in: Add AC_NO_EXECUTABLES,
|
||||
|
|
|
@ -44,7 +44,7 @@ ALL_LDLIBS := -lnetapi32 -ladvapi32 -lkernel32 -luser32
|
|||
ALL_LDFLAGS := -static-libgcc -Wl,--enable-auto-import -B$(newlib_build)/libc $(LDFLAGS) $(ALL_LDLIBS)
|
||||
ALL_DEP_LDLIBS := $(cygwin_build)/libcygwin.a
|
||||
|
||||
MINGW_CXX := @MINGW_CXX@
|
||||
MINGW_CXX := @MINGW_CXX@ $(CFLAGS)
|
||||
|
||||
# List all binaries to be linked in Cygwin mode. Each binary on this list
|
||||
# must have a corresponding .o of the same name.
|
||||
|
|
Loading…
Reference in New Issue