From 994202a41792070b06809c614ae7ea73f1d79b84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 16 Jun 2000 13:00:42 +0000 Subject: Patch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius 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. --- c/configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'c/configure.in') 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/ -- cgit v1.2.3