summaryrefslogtreecommitdiff
path: root/test/signal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/signal/Makefile')
-rw-r--r--test/signal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/signal/Makefile b/test/signal/Makefile
index b41d389f8..67fcc9fb0 100644
--- a/test/signal/Makefile
+++ b/test/signal/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