summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-30 20:58:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-30 20:58:39 +0000
commit2c3840b563a453eb6f311cdc20ff7dd1ef365665 (patch)
tree9fe548746c7441048412c0442489fd4967507fcf /configure.in
parentCorrected TYPOs in the file (diff)
downloadrtems-2c3840b563a453eb6f311cdc20ff7dd1ef365665.tar.bz2
Added new autoconf test for i386 code16/code32 support. The guts of the
test were suggested by Ian Taylor <ian@airs.com> and Joel did the hard part of putting it in aclocal and editting all the offending Makefiles and source code which could use this feature.
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)