From 2e553b61877a45ee6a3602f054be88cd3e5da074 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Wed, 28 Dec 2005 13:34:16 +0000 Subject: [PATCH] device/lib/Makefile.in: added --std-sdcc99 to CFLAGS git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4013 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 8 ++++++-- device/lib/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70f6a31a..48878579 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-28 Bernhard Held + + * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS + 2005-12-18 Raphael Neider * 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 +2005-12-11 Bernhard Held - * 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 diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 690cc894..cce303f8 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -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 -- 2.47.2