summaryrefslogtreecommitdiffstats
path: root/c/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:00:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:00:42 +0000
commit994202a41792070b06809c614ae7ea73f1d79b84 (patch)
treeec0e15541054a93902afe12dc0f294cfad5508dd /c/configure.in
parentModified to pick up components from libcpu. (diff)
downloadrtems-994202a41792070b06809c614ae7ea73f1d79b84.tar.bz2
Patch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.
Diffstat (limited to 'c/configure.in')
-rw-r--r--c/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/configure.in b/c/configure.in
index ab7bb9b1ca..5d27ab0a9d 100644
--- a/c/configure.in
+++ b/c/configure.in
@@ -35,12 +35,6 @@ for i in $rtems_bsp; do
case $bspdir in
bare)
bspcpudir=
- if test "X${BARE_CPU_CFLAGS}" = "X" ; then
- 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])
- fi
;;
*)
bspcpudir=$RTEMS_CPU/