Kaydet (Commit) badfd77a authored tarafından Matúš Kukan's avatar Matúš Kukan

do not overwrite definition included from com_GCC_defs.mk

üst 4c34a469
...@@ -123,13 +123,6 @@ gb_STDLIBS := \ ...@@ -123,13 +123,6 @@ gb_STDLIBS := \
mingwex \ mingwex \
# Helper class
# Convert path to file URL.
define gb_Helper_make_url
file://$(strip $(1))
endef
# LinkTarget class # LinkTarget class
gb_LinkTarget_CFLAGS := $(gb_CFLAGS) gb_LinkTarget_CFLAGS := $(gb_CFLAGS)
......
...@@ -159,11 +159,6 @@ gb_LinkTarget_LDFLAGS += \ ...@@ -159,11 +159,6 @@ gb_LinkTarget_LDFLAGS += \
endif endif
# Convert path to file URL.
define gb_Helper_make_url
file://$(strip $(1))
endef
ifneq ($(HAVE_LD_BSYMBOLIC_FUNCTIONS),) ifneq ($(HAVE_LD_BSYMBOLIC_FUNCTIONS),)
gb_LinkTarget_LDFLAGS += \ gb_LinkTarget_LDFLAGS += \
-Wl,--dynamic-list-cpp-new \ -Wl,--dynamic-list-cpp-new \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment