From 80e53918dcb752cca5c435d3110069ae7c4b501e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Jul 2000 19:36:14 +0000 Subject: Moved old_exception_processing and new_exception_processing directories from score/cpu to libcpu because the determination of which to use is based on RTEMS_CPU_MODEL. Thus it can not be determined based solely on multilib information. --- c/src/exec/score/cpu/powerpc/configure.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'c/src/exec/score/cpu/powerpc/configure.in') diff --git a/c/src/exec/score/cpu/powerpc/configure.in b/c/src/exec/score/cpu/powerpc/configure.in index 1c35a770d9..0360848cbd 100644 --- a/c/src/exec/score/cpu/powerpc/configure.in +++ b/c/src/exec/score/cpu/powerpc/configure.in @@ -3,7 +3,7 @@ dnl dnl $Id$ AC_PREREQ(2.13) -AC_INIT(new_exception_processing) +AC_INIT(shared) RTEMS_TOP(../../../../../..) AC_CONFIG_AUX_DIR(../../../../../..) @@ -27,15 +27,7 @@ RTEMS_CHECK_NEWLIB # Check if there is custom/*.cfg for this BSP RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) -# FIXME: This is in contradiction to multilibs -RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) - -# FIXME: This is in contradiction to multilibs -AM_CONDITIONAL(PPC_NEW_EXCEPTION_PROCESSING,test "$RTEMS_CPU_MODEL" = "mpc750" -o "$RTEMS_CPU_MODEL" = "mpc604") - # Explicitly list all Makefiles here AC_OUTPUT( Makefile -shared/Makefile -new_exception_processing/Makefile -old_exception_processing/Makefile) +shared/Makefile) -- cgit v1.2.3