forked from Imagelibrary/rtems
Corrected typo pointed out by Pollak Leon <leonp@plris.com>.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3059,7 +3059,7 @@ echo "configure:3017: checking for bsps" >&5
|
||||
bare)
|
||||
bspcpudir=
|
||||
if test "X${BARE_CPU_CFLAGS}" = "X" ; then
|
||||
{ echo "configure: error: --enable-bare-cpu-flags not specified for bare bsp" 1>&2; exit 1; }
|
||||
{ echo "configure: error: --enable-bare-cpu-cflags not specified for bare bsp" 1>&2; exit 1; }
|
||||
fi
|
||||
if test "X${BARE_CPU_MODEL}" = "X" ; then
|
||||
{ echo "configure: error: --enable-bare-cpu-model not specified for bare bsp" 1>&2; exit 1; }
|
||||
|
||||
@@ -330,7 +330,7 @@ if test -d "$srcdir/c/src/lib/libbsp/$target_cpu"; then
|
||||
bare)
|
||||
bspcpudir=
|
||||
if test "X${BARE_CPU_CFLAGS}" = "X" ; then
|
||||
AC_MSG_ERROR([--enable-bare-cpu-flags not specified for bare bsp])
|
||||
AC_MSG_ERROR([--enable-bare-cpu-cflags not specified for bare bsp])
|
||||
fi
|
||||
if test "X${BARE_CPU_MODEL}" = "X" ; then
|
||||
AC_MSG_ERROR([--enable-bare-cpu-model not specified for bare bsp])
|
||||
|
||||
Reference in New Issue
Block a user