summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/multilib.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-06 11:21:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-06 11:21:50 +0000
commit8e4cd5a6f736933dd62185e6d2dc23dcba79a40e (patch)
tree08844129f67d9c8d1168fc1493fd7632b6616755 /cpukit/automake/multilib.am
parent2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8e4cd5a6f736933dd62185e6d2dc23dcba79a40e.tar.bz2
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/multilib.am: Don't include @RTEMS_BSP@.cfg. * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V. Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V. Hard-code RTEMS_CFLAGS_PROFILE = -pg * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4. Remove GCCSED. * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
Diffstat (limited to '')
-rw-r--r--cpukit/automake/multilib.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/automake/multilib.am b/cpukit/automake/multilib.am
index a94c31b094..9f2024f8d9 100644
--- a/cpukit/automake/multilib.am
+++ b/cpukit/automake/multilib.am
@@ -33,6 +33,4 @@ distclean-multi:
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
maintainer-clean-multi:
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
-else
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
endif