Changeset fcb114c1 in rtems
- Timestamp:
- 12/22/97 20:33:55 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ede9a691
- Parents:
- c257ec4e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc257ec4e rfcb114c1 775 775 esac 776 776 else 777 RTEMS_USE_GCC272= yes777 RTEMS_USE_GCC272=no 778 778 fi 779 779 -
configure.in
rc257ec4e rfcb114c1 55 55 no) RTEMS_USE_GCC272=yes ;; 56 56 *) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;; 57 esac],[RTEMS_USE_GCC272= yes])57 esac],[RTEMS_USE_GCC272=no]) 58 58 59 59 AC_ARG_ENABLE(libcdir, \
Note: See TracChangeset
for help on using the changeset viewer.