Made --enable-gcc28 the default.

This commit is contained in:
Joel Sherrill
1997-12-22 20:33:55 +00:00
parent c257ec4eb4
commit fcb114c188
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ AC_ARG_ENABLE(gcc28, \
yes) RTEMS_USE_GCC272=no ;;
no) RTEMS_USE_GCC272=yes ;;
*) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;;
esac],[RTEMS_USE_GCC272=yes])
esac],[RTEMS_USE_GCC272=no])
AC_ARG_ENABLE(libcdir, \
[ --enable-libcdir=directory set the directory for the C library], \