Corrected typo pointed out by Pollak Leon <leonp@plris.com>.

This commit is contained in:
Joel Sherrill
1998-10-07 14:39:58 +00:00
parent 5ee9068634
commit 959d75263b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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; }

View File

@@ -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])