forked from Imagelibrary/rtems
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Deactivate old-exceptions.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Deactivate old-exceptions.
|
||||
|
||||
2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* preinstall.am: Add e500_mmu.h
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user