do not overwrite definition included from com_GCC_defs.mk
This commit is contained in:
@@ -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)
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user