Merger from rtems-4-6-branch.

This commit is contained in:
Ralf Corsepius
2003-05-15 09:38:59 +00:00
parent 29329cf5de
commit 8f992428fc
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2003-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -24,11 +24,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
## FIXME: This doesn't seem to be useful
## AM_CPPFLAGS += -I$(srcdir)
AM_CPPFLAGS += -DBSP_IS_I386EX=1
$(PGM): $(startup_rel_OBJECTS)
$(make-rel)