summaryrefslogtreecommitdiffstats
path: root/c/src/make/aclocal/rtems-flags.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/aclocal/rtems-flags.m4')
-rw-r--r--c/src/make/aclocal/rtems-flags.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/make/aclocal/rtems-flags.m4 b/c/src/make/aclocal/rtems-flags.m4
deleted file mode 100644
index 57e63aa80d..0000000000
--- a/c/src/make/aclocal/rtems-flags.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-## 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])
-])