2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
This commit is contained in:
Ralf Corsepius
2002-12-19 05:17:22 +00:00
parent 8b76af5e91
commit 28ed8f3ab2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
from the 2002-12-12 patch).

View File

@@ -168,4 +168,4 @@ CPP = @CPP@ $(GCCSPECS)
##
AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
AM_CFLAGS =
AM_CCASFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)