diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-23 16:14:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-23 16:14:17 +0000 |
commit | 93734c2d22b6e5ea520778bd58abac0aebc2cbe1 (patch) | |
tree | 49e71eb30e9f5245cb6a46918e1e32bb111de154 /test/silly/Makefile | |
parent | a80a46e4d6efb5c3971793ad5744aafbc58969ea (diff) |
Revert Makefie changes.
Diffstat (limited to 'test/silly/Makefile')
-rw-r--r-- | test/silly/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile index 7d8579715..b0942caf1 100644 --- a/test/silly/Makefile +++ b/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) |