Ticket #139: rtems-rc-20020318-1.diff

File rtems-rc-20020318-1.diff, 705 bytes (added by Ralf Corsepius, on 12/03/06 at 13:31:13)

rtems-rc-20020318-1.diff

  • new file ./c/src/lib/libbsp/i386/ts_386ex/changes-20020318-1

    - +  
     12002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Remove stray ';', PR 139.
     4
  • ./c/src/lib/libbsp/i386/ts_386ex/configure.ac

    old new  
    1919
    2020## if this is an i386, does gas have good code16 support?
    2121RTEMS_I386_GAS_CODE16
    22 AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
     22AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes")
    2323
    2424AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    2525