From 256cbecf68fcde4aff86a6f1c44b7784cb9f36ae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jul 2000 19:12:07 +0000 Subject: Patch rtems-rc-20000708-1.diff from Ralf Corsepius that is another small step toward multilibs: Changes: * Eliminate RTEMS_CHECK_CUSTOM_BSP from all configure.ins below exec/ * Add RTEMS_CHECK_CUSTOM_BSP to the multilib-disabled branch in RTEMS_ENV_RTEMSCPU to preserve the old per-BSP building scheme functional. Notes: * --enable-multilibs is still non-functional * This patch should not have any influence on the old building scheme (--disable-multilib should silently fall back to the old building scheme). * running ./bootstrap is required after applying the patch --- c/src/exec/score/cpu/i960/configure.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/exec/score/cpu/i960') diff --git a/c/src/exec/score/cpu/i960/configure.in b/c/src/exec/score/cpu/i960/configure.in index e0cd5f3b6d..6d4157a94e 100644 --- a/c/src/exec/score/cpu/i960/configure.in +++ b/c/src/exec/score/cpu/i960/configure.in @@ -24,9 +24,6 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - # Explicitly list all Makefiles here AC_OUTPUT( Makefile -- cgit v1.2.3