Eric Andersen преди 25 години
родител
ревизия
667e48352a
променени са 1 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 2 5
      test/string/Makefile

+ 2 - 5
test/string/Makefile

@@ -5,12 +5,9 @@ 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 \
-#	-I$(TOPDIR)include -I/usr/include/linux
-#XLDFLAGS = -nostdlib -s -gc-sections
-XCFLAGS = -Wall -g -fno-builtin -nostdinc \
+XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \
 	-I$(TOPDIR)include -I/usr/include/linux
-XLDFLAGS = -nostdlib -gc-sections
+XLDFLAGS = -nostdlib -s -gc-sections
 EXTRA_LIBS=$(TOPDIR)libc.a -lgcc
 
 YCFLAGS = -Wall -Os -fomit-frame-pointer