* device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 Jun 2004 16:19:00 +0000 (16:19 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 Jun 2004 16:19:00 +0000 (16:19 +0000)
in COMPILE_FLAGS. Thanks to G. Gallant for report.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3348 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/pic16/startup/Makefile

index 41ab509ca0d01c5a2efafcda1c6fad3d69e939ed..07a21e3d869440d907d3a649a57e9e42c362fdc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
+
+       * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
+       in COMPILE_FLAGS. Thanks to G. Gallant for report.
+
 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
        * doc/sdccman.lyx: minor changes, mentioned beta vendor support
index 0e1f4c915582d9bcb5116ef16a50409c59b0ccf7..1c2f2eb8be9c1a10f615ccfbc81a9fdcfd5726dd 100644 (file)
@@ -22,7 +22,7 @@ SRCS  =       crt0    \
 
 
 # add nostdinc and nostdlib for this device libraries
-COMPILE_FLAGS  += --nostdinc --nostdlib
+COMPILE_FLAGS  += $(MODELFLAGS) --nostdinc --nostdlib
 
 CFILES = $(patsubst %,%.c,$(SRCS))
 OFILES = $(patsubst %.c,%.o,$(CFILES))