Răsfoiți Sursa

Disable --gc-sections until I find why it is ignored on some configurations

Peter S. Mazinger 20 ani în urmă
părinte
comite
e619cc8ea2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -358,7 +358,7 @@ endif
 #CFLAGS += $(call check_gcc,-std=c99,)
 
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
-LDFLAGS_NOSTRIP+=$(call check_ld,--gc-sections)
+#LDFLAGS_NOSTRIP+=$(call check_ld,--gc-sections)
 
 ifeq ($(UCLIBC_BUILD_RELRO),y)
 LDFLAGS_NOSTRIP+=-z relro