summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 17:52:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 17:52:33 +0000
commitea3f5598c074a510272ea7d0cb16b106697e388b (patch)
tree5d8516717b7f539c5ef169041f3874e9934e78c3 /c/src/configure.ac
parent2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ea3f5598c074a510272ea7d0cb16b106697e388b.tar.bz2
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Pass CFLAGS to cpukit configure. * aclocal/rtems-flags.m4: Remove (Unused). * aclocal/prog-ccas.m4: Remove $(GCCSPECS). * aclocal/env-rtemsbsp.m4: Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS. Cleanup comments.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index ebaa4b1a9e..0e0561d5ce 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -132,7 +132,8 @@ RTEMS_BSP_CONFIG_SUBDIR(
[cpukit],[../../cpukit],
['--with-project-root=${with_project_root}../$RTEMS_BSP/' \
'--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
- '--libdir=${exec_prefix}/${RTEMS_BSP}/lib'],
+ '--libdir=${exec_prefix}/${RTEMS_BSP}/lib' \
+ 'CFLAGS="${CFLAGS}"'],
[test x"$multilib" = xno])
## Note: the order of the directories below is essential