From 2c3840b563a453eb6f311cdc20ff7dd1ef365665 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Sep 1998 20:58:39 +0000 Subject: Added new autoconf test for i386 code16/code32 support. The guts of the test were suggested by Ian Taylor 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. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') 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) -- cgit v1.2.3