summaryrefslogtreecommitdiff
path: root/test/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-26 08:19:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-26 08:19:35 +0000
commitf38b02806a5d0f2bb9a4700eb2f7fbca1c972fc8 (patch)
tree614fa9a6d3bdc451db5f26bb933bc9c10ebff8b8 /test/stdlib
parent6aed1b65834e705ff30333494e594d340116a736 (diff)
Link vs libgcc to include needed stuff.
Diffstat (limited to 'test/stdlib')
-rw-r--r--test/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile
index 0140739d7..d83ee1f87 100644
--- a/test/stdlib/Makefile
+++ b/test/stdlib/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