summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-flags.m4
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/aclocal/rtems-flags.m4
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/aclocal/rtems-flags.m4')
-rw-r--r--c/src/aclocal/rtems-flags.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/aclocal/rtems-flags.m4 b/c/src/aclocal/rtems-flags.m4
deleted file mode 100644
index 8e034e52c2..0000000000
--- a/c/src/aclocal/rtems-flags.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-## $Id$
-##
-## Some hacks to set up RTEMS_*FLAGS
-## Internal macro, not supposed to be explictly used in configure.ac's
-
-AC_DEFUN([_RTEMS_FLAGS],[
-AS_IF([test -n "[$]{$1}"],
- [RTEMS_$1=[$]{$1}],
- [RTEMS_$1=$2])
-AC_SUBST([RTEMS_$1])
-])