Changeset 7ed57bd in rtems
- Timestamp:
- 03/20/02 14:20:44 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c31deeb
- Parents:
- 658ad222
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r658ad222 r7ed57bd 1 2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * PR139 4 * configure.ac: Remove stray ';', breaks building with automake-1.6. 5 1 6 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i386/pc386/configure.ac
r658ad222 r7ed57bd 20 20 ## if this is an i386, does gas have good code16 support? 21 21 RTEMS_I386_GAS_CODE16 22 AM_CONDITIONAL(RTEMS_GAS_CODE16, test "$RTEMS_GAS_CODE16" = "yes");22 AM_CONDITIONAL(RTEMS_GAS_CODE16,[test "$RTEMS_GAS_CODE16" = "yes"]) 23 23 24 AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes")24 AM_CONDITIONAL(HAS_NETWORKING,[test "$HAS_NETWORKING" = "yes"]) 25 25 26 26 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
Note: See TracChangeset
for help on using the changeset viewer.