From 28ed8f3ab2bb1e56b84fb4f2ce330412f7f17c91 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 19 Dec 2002 05:17:22 +0000 Subject: 2002-12-19 Ralf Corsepius * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS). --- cpukit/ChangeLog | 5 ++++- cpukit/automake/compile.am | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f49611260c..9f742b20f8 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,8 @@ -2002-12-14 Ralf Corsepius +2002-12-19 Ralf Corsepius + + * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS). +2002-12-14 Ralf Corsepius * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch). diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 4a75984334..687262326d 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -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) -- cgit v1.2.3