summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 14:43:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 14:43:38 +0000
commit49440a6e8715d77251379c75a1ee96450d297f0d (patch)
tree921ba83702aaa007e11ffc8a3a05a9b88e6531dd /c/src
parentBSP now links although this change is untested. (diff)
downloadrtems-49440a6e8715d77251379c75a1ee96450d297f0d.tar.bz2
Added AC_SUBST(RTEMS_BSP) so the makefiles properly honor the
BSP alias on the tools.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/configure.in b/c/src/lib/libbsp/i386/pc386/configure.in
index de69062104..5cddda121c 100644
--- a/c/src/lib/libbsp/i386/pc386/configure.in
+++ b/c/src/lib/libbsp/i386/pc386/configure.in
@@ -28,6 +28,7 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AC_CONFIG_SUBDIRS(tools)
+AC_SUBST(RTEMS_BSP)
# Explicitly list all Makefile here
AC_OUTPUT(
Makefile