removed --nostdlib as suggested by Jesus
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 3 Aug 2003 19:58:52 +0000 (19:58 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 3 Aug 2003 19:58:52 +0000 (19:58 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2803 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/Makefile.in

index 1b387a955dd84721af96438317239e373608e2b0..fe0bc318b052495715581edbd4339093ad741458 100644 (file)
@@ -35,7 +35,7 @@ lib_dir_suffix  = @lib_dir_suffix@
 sdcc_libdir     = $(datadir)/$(lib_dir_suffix)
 
 CPPFLAGS        = -I$(INCDIR)
-CFLAGS         = $(MODELFLAGS) --nostdinc --nostdlib
+CFLAGS         = $(MODELFLAGS) --nostdinc
 
 BUILDDIR        = build
 # Default