From 737a5992a32dc849f7aad72f639fef765e45e31c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Jan 2000 16:05:58 +0000 Subject: Patch rtems-rc-20000104-15.diff from Ralf Corsepius 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. --- c/src/lib/configure.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/configure.in') 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) -- cgit v1.2.3