From: bernhardheld Date: Sun, 3 Aug 2003 19:58:52 +0000 (+0000) Subject: removed --nostdlib as suggested by Jesus X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a5321447a40ba579a38dd20ddf7388de71d53482;p=fw%2Fsdcc removed --nostdlib as suggested by Jesus git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2803 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 1b387a95..fe0bc318 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -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