From 9393f7fa9c9533b1a078c6c4fe4d64e52b6732e0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2001 12:09:33 +0000 Subject: 2001-11-27 Ralf Corsepius * configure.ac: Remove old_exception_processing, new_exception_processing. * Makefile.am: Ditto. --- c/src/lib/libcpu/powerpc/Makefile.am | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/Makefile.am') diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am index 02dac61d17..039aace06f 100644 --- a/c/src/lib/libcpu/powerpc/Makefile.am +++ b/c/src/lib/libcpu/powerpc/Makefile.am @@ -10,15 +10,6 @@ if shared SHARED_LIB = shared endif -## Use new or old exception processing based on the CPU -if new_exception_processing -EXCEPTION_SUBDIR = new_exception_processing -endif - -if old_exception_processing -EXCEPTION_SUBDIR = old_exception_processing -endif - if mpc505 CPU_SUBDIR = mpc505 endif @@ -39,7 +30,7 @@ if ppc405 CPU_SUBDIR = ppc403 endif -SUBDIRS = $(SHARED_LIB) $(EXCEPTION_SUBDIR) $(CPU_SUBDIR) wrapup +SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapup include $(top_srcdir)/../../../../../automake/subdirs.am include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3