summaryrefslogtreecommitdiffstats
path: root/make/custom/p4000.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-08 21:41:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-08 21:41:09 +0000
commit54d3d1e1558d6b44a406d4afee12bcd203d02dff (patch)
tree73d532cda0954612b4033d79295296f4970974fd /make/custom/p4000.cfg
parentTook generated files off list of source files. (diff)
downloadrtems-54d3d1e1558d6b44a406d4afee12bcd203d02dff.tar.bz2
Added $(CPPFLAGS) to all gcc 2.8 style make-exe rules.
Diffstat (limited to 'make/custom/p4000.cfg')
-rw-r--r--make/custom/p4000.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index d036013511..bb187c6577 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.cfg
@@ -63,7 +63,7 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec1
$(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec