summaryrefslogtreecommitdiff
path: root/test/silly
diff options
context:
space:
mode:
Diffstat (limited to 'test/silly')
-rw-r--r--test/silly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index b0942caf1..196e8a385 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -8,7 +8,7 @@ LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \
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
+EXTRA_LIBS=$(TOPDIR)libc.a -lgcc
YCFLAGS = -Wall -Os -fomit-frame-pointer
YLDFLAGS = -s --static