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.
This commit is contained in:
Joel Sherrill
2000-09-12 12:52:12 +00:00
parent 49c41bfd1a
commit 03d570670a
5 changed files with 27 additions and 3 deletions

View File

@@ -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)