瀏覽代碼

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

Peter S. Mazinger 19 年之前
父節點
當前提交
e619cc8ea2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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