mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 02:05:57 +08:00
Made --enable-gcc28 the default.
This commit is contained in:
@@ -774,7 +774,7 @@ case "${enableval}" in
|
||||
*) { echo "configure: error: bad value ${enableval} for gcc-28 option" 1>&2; exit 1; } ;;
|
||||
esac
|
||||
else
|
||||
RTEMS_USE_GCC272=yes
|
||||
RTEMS_USE_GCC272=no
|
||||
fi
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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], \
|
||||
|
||||
Reference in New Issue
Block a user