Don't disable libgcc.

diff --git a/MCONFIG b/MCONFIG
index 49b9777..cb88b0f 100644
--- a/MCONFIG
+++ b/MCONFIG
@@ -26,7 +26,7 @@
 
 CRT0    = $(KLIBSRC)/crt0.o
 KLIBC   = $(KLIBSRC)/libc.a
-LIBGCC  = # $(shell $(CC) --print-libgcc)
+LIBGCC  = $(shell $(CC) --print-libgcc)
 
 #
 # Include arch-specific rule fragments