From 046bbf3a0c8eb8712d37bb1a2e3e9832b92fed47 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 10 Nov 2002 02:06:25 +0000 Subject: 2002-11-09 Roland McGrath * Makefile.in (clib-routines.o): Add `-x none' before -lc. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7e56df86..a6813b88 100644 --- a/Makefile.in +++ b/Makefile.in @@ -304,7 +304,7 @@ kernel-clib: kernel-undef Makefile clib-routines.o: kernel-clib $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -static \ -o $@ \ - `sed 's/^/-Wl,-u,/' $<` -x c /dev/null -lc + `sed 's/^/-Wl,-u,/' $<` -x c /dev/null -x none -lc oskit-kern%.o: kern%.o clib-routines.o $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \ -- cgit v1.2.3