forked from Imagelibrary/rtems
Corrected spelling of --enable-gcc28 argument
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -1085,15 +1085,16 @@ else
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --enable-gcc272 or --disable-gcc272 was given.
|
||||
if test "${enable_gcc272+set}" = set; then
|
||||
enableval="$enable_gcc272"
|
||||
# Check whether --enable-gcc28 or --disable-gcc28 was given.
|
||||
if test "${enable_gcc28+set}" = set; then
|
||||
enableval="$enable_gcc28"
|
||||
\
|
||||
RTEMS_USE_GCC272=no
|
||||
else
|
||||
RTEMS_USE_GCC272=yes
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --enable-libcdir or --disable-libcdir was given.
|
||||
if test "${enable_libcdir+set}" = set; then
|
||||
enableval="$enable_libcdir"
|
||||
|
||||
@@ -390,7 +390,7 @@ AC_ARG_ENABLE(rtems-inlines, \
|
||||
[ --disable-rtems-inlines disable RTEMS inline functions (use macros)], \
|
||||
RTEMS_USE_MACROS=yes,RTEMS_USE_MACROS=no)
|
||||
|
||||
AC_ARG_ENABLE(gcc272, \
|
||||
AC_ARG_ENABLE(gcc28, \
|
||||
[ --enable-gcc28 enable use of gcc 2.8.x features], \
|
||||
RTEMS_USE_GCC272=no,RTEMS_USE_GCC272=yes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user