summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-rtemsbsp.m45
-rw-r--r--aclocal/i386-gas-code16.m41
-rw-r--r--aclocal/target.m44
3 files changed, 7 insertions, 3 deletions
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
index 568979c9da..fd31997d3c 100644
--- a/aclocal/enable-rtemsbsp.m4
+++ b/aclocal/enable-rtemsbsp.m4
@@ -34,12 +34,17 @@ RTEMS_BSP="$rtems_cv_RTEMS_BSP"
AC_MSG_RESULT(${RTEMS_BSP})
AC_SUBST(RTEMS_BSP)
+RTEMS_ENABLE_BARE
+AC_SUBST(BARE_CPU_MODEL)
+AC_SUBST(BARE_CPU_CFLAGS)
+
## RTEMS_ROOT=$RTEMS_TOPdir/'$(top_builddir)'/c/$RTEMS_BSP
## AC_SUBST(RTEMS_ROOT)
])
AC_DEFUN(RTEMS_ENV_RTEMSCPU,
[AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
+
if test x"$multilib" = x"no"; then
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
diff --git a/aclocal/i386-gas-code16.m4 b/aclocal/i386-gas-code16.m4
index ec0314980e..864f38a5bd 100644
--- a/aclocal/i386-gas-code16.m4
+++ b/aclocal/i386-gas-code16.m4
@@ -23,5 +23,6 @@ EOF
RTEMS_GAS_CODE16="$rtems_cv_prog_gas_code16"
fi
AC_SUBST(RTEMS_GAS_CODE16)
+ AC_DEFINE_UNQUOTED(NEW_GAS,1,[if using 16 bit mode assembler support])
])
diff --git a/aclocal/target.m4 b/aclocal/target.m4
index 8312ff3438..517811d51b 100644
--- a/aclocal/target.m4
+++ b/aclocal/target.m4
@@ -8,9 +8,7 @@ target_subdirs="RTEMS_TGT_SUBDIRS"
AC_SUBST(target_subdirs)
])
-dnl This is a subroutine of AC_OUTPUT.
-dnl It is called after running config.status.
-dnl AC_OUTPUT_SUBDIRS(DIRECTORY...)
+dnl Derived from automake-1.4's AC_OUTPUT_SUBDIRS
AC_DEFUN(RTEMS_OUTPUT_SUBDIRS,
[
if test "$no_recursion" != yes; then