do not overwrite definition included from com_GCC_defs.mk

This commit is contained in:
Matúš Kukan
2012-04-09 18:31:55 +02:00
parent 4c34a4698f
commit badfd77af8
2 changed files with 0 additions and 12 deletions

View File

@@ -123,13 +123,6 @@ gb_STDLIBS := \
mingwex \
# Helper class
# Convert path to file URL.
define gb_Helper_make_url
file://$(strip $(1))
endef
# LinkTarget class
gb_LinkTarget_CFLAGS := $(gb_CFLAGS)

View File

@@ -159,11 +159,6 @@ gb_LinkTarget_LDFLAGS += \
endif
# Convert path to file URL.
define gb_Helper_make_url
file://$(strip $(1))
endef
ifneq ($(HAVE_LD_BSYMBOLIC_FUNCTIONS),)
gb_LinkTarget_LDFLAGS += \
-Wl,--dynamic-list-cpp-new \