summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:52:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:52:12 +0000
commit03d570670a04a111a043b979fe4eb09da6168fb8 (patch)
tree2963e020c1184ce7b4ca4ef3260e617c1fa6a885 /automake
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-03d570670a04a111a043b979fe4eb09da6168fb8.tar.bz2
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE, AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS). * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS. * aclocal/target.m4: Cleanup comments * Automake/compile.am: Add DEFS support to keep building happy.
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 878bf16b4e..ea4018ea3b 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -4,3 +4,15 @@
## In future this file shall take compilation rules, now contained in
## gcc-target-default.cfg
##
+
+## -------------------------------------------------------------------------
+## NOTE: This is experimental.
+##
+## Expect frequent changes :(
+## -------------------------------------------------------------------------
+
+DEFS = @DEFS@
+
+##
+## FIXME: DEFS and INCLUDES should not be passed as AM_CPPFLAGS
+AM_CPPFLAGS += $(DEFS) $(INCLUDES) $(RTEMS_CPPFLAGS)