aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-08-28 05:21:43 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-08-28 05:21:43 +0000
commit4ab3adaa11ca887d20705a3672609bc8425f1e63 (patch)
tree3eb6bd36417f6a6e47f811b4a90aed19c6621d04
parent161d57e4f38337d5c9191d73eb295cd5704634d3 (diff)
downloadklibc-4ab3adaa11ca887d20705a3672609bc8425f1e63.tar.gz
Don't disable libgcc.klibc-0.60
-rw-r--r--MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG b/MCONFIG
index 49b9777ae93ac..cb88b0fe1188d 100644
--- a/MCONFIG
+++ b/MCONFIG
@@ -26,7 +26,7 @@ HOST_LIBS =
CRT0 = $(KLIBSRC)/crt0.o
KLIBC = $(KLIBSRC)/libc.a
-LIBGCC = # $(shell $(CC) --print-libgcc)
+LIBGCC = $(shell $(CC) --print-libgcc)
#
# Include arch-specific rule fragments