From 7be6ad9701934100d2929abbcce770da1e0a005f Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Wed, 20 Oct 2004 15:21:05 +0000 Subject: Add MVME550 BSP --- c/src/lib/libbsp/powerpc/mvme5500/configure.ac | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/mvme5500/configure.ac (limited to 'c/src/lib/libbsp/powerpc/mvme5500/configure.ac') diff --git a/c/src/lib/libbsp/powerpc/mvme5500/configure.ac b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac new file mode 100644 index 0000000000..09c7d0a3b3 --- /dev/null +++ b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac @@ -0,0 +1,51 @@ +## Process this file with autoconf to produce a configure script. +## +## configure.ac,v 1.9.2.2 2003/03/06 10:42:42 ralf Exp + +AC_PREREQ(2.57) +AC_INIT([rtems-c-src-lib-libbsp-powerpc-mvme5500],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_CONFIG_SRCDIR([bsp_specs]) +RTEMS_TOP(../../../../../..) + +RTEMS_CANONICAL_TARGET_CPU +AM_INIT_AUTOMAKE([no-define foreign 1.7.2]) +RTEMS_BSP_CONFIGURE + +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) +RTEMS_CANONICALIZE_TOOLS + +RTEMS_CHECK_NETWORKING +AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") + +AS=$CC +AM_PROG_AS + +RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1]) +RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE], +[If defined, then the PowerPC specific code in RTEMS will use + data cache instructions to optimize the context switch code. + This code can conflict with debuggers or emulators. It is known + to break the Corelis PowerPC emulator with at least some combinations + of PowerPC 603e revisions and emulator versions. + The BSP actually contains the call that enables this.]) + + +# Explicitly list all Makefiles here +AC_CONFIG_FILES([Makefile +clock/Makefile +console/Makefile +include/Makefile +pci/Makefile +GT64260/Makefile +network/Makefile +irq/Makefile +tod/Makefile +start/Makefile +startup/Makefile +vectors/Makefile +vme/Makefile +wrapup/Makefile]) + +RTEMS_PPC_EXCEPTIONS([new]) + +AC_OUTPUT -- cgit v1.2.3