Ignore:
Timestamp:
01/12/00 16:05:58 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1e194112
Parents:
76c2b35
Message:

Patch rtems-rc-20000104-15.diff from Ralf Corsepius <corsepiu@…>
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/configure.in

    r76c2b35 r737a599  
    2020RTEMS_CANONICAL_HOST
    2121
     22dnl if this is an i386, does gas have good code16 support?
     23RTEMS_I386_GAS_CODE16
     24AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
     25
    2226RTEMS_PROJECT_ROOT
    2327AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
Note: See TracChangeset for help on using the changeset viewer.