From 8f480195f0e555a8b771c729553be20218a631b8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Feb 2008 17:57:25 +0000 Subject: =?UTF-8?q?2008-02-19=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Deactivate old-exceptions. --- c/src/lib/libcpu/powerpc/configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/configure.ac') diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac index 044f039764..4c4eca9209 100644 --- a/c/src/lib/libcpu/powerpc/configure.ac +++ b/c/src/lib/libcpu/powerpc/configure.ac @@ -21,18 +21,6 @@ AM_PROG_CC_C_O RTEMS_CANONICALIZE_TOOLS RTEMS_PROG_CCAS -AC_MSG_CHECKING([for style of powerpc exceptions]) -AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM( - [], - [#if defined(_OLD_EXCEPTIONS) - choke me - #endif])], - [EXCEPTIONS=new], - [EXCEPTIONS=old]) -AC_MSG_RESULT([$EXCEPTIONS]) -AM_CONDITIONAL([OLD_EXCEPTIONS],[test "$EXCEPTIONS" = old]) - AM_CONDITIONAL(shared, \ test "$RTEMS_CPU_MODEL" = "mpc750" \ || test "$RTEMS_CPU_MODEL" = "mpc7400" \ -- cgit v1.2.3