statically link libstdc++ to type-generator on windows (for real, this time!)

This commit is contained in:
Joshua Warner 2014-07-17 12:22:24 -06:00
parent 4d79f3bea1
commit 051804816a

View File

@ -754,10 +754,6 @@ openjdk-extra-cflags += $(classpath-extra-cflags)
find-tool = $(shell if ( command -v "$(1)$(2)" >/dev/null ); then (echo "$(1)$(2)") else (echo "$(2)"); fi)
ifeq ($(build-platform),windows)
static-on-windows = -static
endif
ifeq ($(platform),windows)
target-format = pe
@ -787,6 +783,7 @@ ifeq ($(platform),windows)
strip = $(prefix)strip --strip-all
else
build-system = windows
static-on-windows = -static
common-cflags += "-I$(JAVA_HOME)/include/win32"
build-cflags = $(common-cflags) -I$(src) -I$(inc) -mthreads
openjdk-extra-cflags =