summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-12 16:05:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-12 16:05:58 +0000
commit737a5992a32dc849f7aad72f639fef765e45e31c (patch)
tree3616773f2641c467cffd2e60bec1439e20917fb9 /c/src/lib/configure.in
parentFile removed as it was not being used. (diff)
downloadrtems-737a5992a32dc849f7aad72f639fef765e45e31c.tar.bz2
Patch rtems-rc-20000104-15.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that fixes the following problems: 1. Removing bogus ';' in some configure.in (cosmetical fix) 2. Moves GAS_CODE16 checks to libbsp/i386/*/configure.in (essential fix) #2 was responsible for the gcc/binutils-2.9.5 choking while building for the pc386.
Diffstat (limited to 'c/src/lib/configure.in')
-rw-r--r--c/src/lib/configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index f251f13663..2128e569a7 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -28,10 +28,6 @@ dnl check target cc
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
-dnl if this is an i386, does gas have good code16 support?
-RTEMS_I386_GAS_CODE16
-AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
-
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
RTEMS_CHECK_NETWORKING(RTEMS_BSP)