Browse Source

Revert Makefie changes.

Eric Andersen 23 năm trước cách đây
mục cha
commit
93734c2d22
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      test/silly/Makefile

+ 1 - 3
test/silly/Makefile

@@ -5,15 +5,13 @@ include $(TOPDIR)Rules.mak
 LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \
     then echo "-sh"; else echo "-s" ; fi)
 
-#XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \
-XCFLAGS = -Wall -Os -fomit-frame-pointer -nostdinc \
+XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \
 	-I$(TOPDIR)include -I/usr/include/linux
 XLDFLAGS = -nostdlib -s -gc-sections
 EXTRA_LIBS=$(TOPDIR)libc.a
 
 YCFLAGS = -Wall -Os -fomit-frame-pointer
 YLDFLAGS = -s --static 
-LDFLAGS += -fpic -gcc
 
 # Allow alternative stripping tools to be used...
 ifndef $(STRIPTOOL)