device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 28 Dec 2005 13:34:16 +0000 (13:34 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 28 Dec 2005 13:34:16 +0000 (13:34 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4013 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index 70f6a31a87dc767a027574b89d73b3fcd040b850..48878579b3024892671f33450d486dd9aab39837 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
+
 2005-12-18 Raphael Neider <rneider AT web.de>
 
        * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
@@ -13,9 +17,9 @@
        * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
          fixes #1375263
 
-2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
+2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
 
-       * src/SDCCicode.c (fgeniCodeAssign): fixed bug 11369874, don't use
+       * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
        volatile variables as spill location
 
 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
index 690cc89463faaa23a9f978813edf76b1497951cd..cce303f89f3087f562203217e97c9f9b8b59d512 100644 (file)
@@ -44,7 +44,7 @@ lib_dir_suffix  = @lib_dir_suffix@
 sdcc_libdir     = $(DESTDIR)$(datadir)/$(lib_dir_suffix)
 
 CPPFLAGS        = -I$(INCDIR) -I$(PORTINCDIR)
-CFLAGS         = $(MODELFLAGS) --nostdinc
+CFLAGS         = $(MODELFLAGS) --nostdinc --std-sdcc99
 
 BUILDDIR        = build
 # Default