summaryrefslogtreecommitdiffstats
path: root/make/custom/Linux-posix.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/Linux-posix.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 '')
-rw-r--r--make/custom/Linux-posix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index 106ac47d8f..50c9b509a6 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -72,7 +72,7 @@ define make-target-options
endef
define make-exe
- $(CC) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(SIZE) $@
endef