am d897bc6e
: am 1721cbcb
: am 30b32620
: Merge "Revert "Don\'t re-export libgcc symbols from every object.""
* commit 'd897bc6e10c2ddf569d79b8fda17e3490a18efe3': Revert "Don't re-export libgcc symbols from every object."
This commit is contained in:
commit
cb8dda5a5b
1 changed files with 0 additions and 5 deletions
|
@ -582,11 +582,6 @@ HOST_GLOBAL_CPPFLAGS += $(HOST_RELEASE_CPPFLAGS)
|
|||
TARGET_GLOBAL_CFLAGS += $(TARGET_RELEASE_CFLAGS)
|
||||
TARGET_GLOBAL_CPPFLAGS += $(TARGET_RELEASE_CPPFLAGS)
|
||||
|
||||
# Target modules shouldn't re-export libgcc.a because we don't want other
|
||||
# binaries importing them when they should be getting their own copy of the
|
||||
# builtins.
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,--exclude-libs,libgcc.a
|
||||
|
||||
ifdef TARGET_2ND_ARCH
|
||||
$(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_GLOBAL_CFLAGS += $(COMMON_GLOBAL_CFLAGS)
|
||||
$(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_RELEASE_CFLAGS += $(COMMON_RELEASE_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue