summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d08245faa6..3899e52581 100644
--- a/configure.in
+++ b/configure.in
@@ -227,6 +227,9 @@ fi
RTEMS_CANONICALIZE_TOOLS
+dnl if this is an i386, does gas have good code16 support?
+RTEMS_I386_GAS_CODE16
+
dnl check host cc
AC_PROG_CC
@@ -439,6 +442,7 @@ AC_ARG_ENABLE(hwapi, \
AC_MSG_RESULT(no)
)
+AC_SUBST(RTEMS_GAS_CODE16)
AC_SUBST(rtems_cv_prog_cc_cross)
AC_SUBST(RTEMS_BSP_LIST)
AC_SUBST(RTEMS_HOST)