From f38b02806a5d0f2bb9a4700eb2f7fbca1c972fc8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Oct 2000 08:19:35 +0000 Subject: Link vs libgcc to include needed stuff. --- test/stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stdlib') 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 -- cgit v1.2.3