diff options
Diffstat (limited to 'test/string/Makefile')
-rw-r--r-- | test/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index 4d9fdd25f..ddba98132 100644 --- a/test/string/Makefile +++ b/test/string/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 |