From d931f10795602c4b6419d61e1d91ffb6e0473922 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 6 Aug 2003 13:08:01 +0000 Subject: 2003-08-06 Ralf Corsepius * bsp_specs: Remove -D__embedded__ -Asystem(embedded) -DUSE_ENHANCED_INTR_API from cpp. Remove cpp, old_cpp (now unused). * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h. --- c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac index 3cf3ef151c..dcdfd60534 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac @@ -29,6 +29,10 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE], of PowerPC 603e revisions and emulator versions. The BSP actually contains the call that enables this.]) +## HACK: This should better be propagated through the BSP's bsp.h. +## however, this BSP doesn't have one :( +AC_DEFINE_UNQUOTED([USE_ENHANCED_INTR_API],[1], + [Use enhanced intr API]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -- cgit v1.2.3