summaryrefslogtreecommitdiffstats
path: root/c/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/configure.in')
-rw-r--r--c/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/configure.in b/c/configure.in
index ae42b4c1ba..60f92356da 100644
--- a/c/configure.in
+++ b/c/configure.in
@@ -32,7 +32,7 @@ for i in $rtems_bsp; do
# Is there code where there should be for this BSP?
# The bare bsp is a special case as it is not under the RTEMS_CPU path
- case $i in
+ case $bspdir in
bare)
bspcpudir=
if test "X${BARE_CPU_CFLAGS}" = "X" ; then