Explorar el Código

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

Peter S. Mazinger hace 20 años
padre
commit
e619cc8ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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