summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 11:18:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 11:18:43 +0000
commit1a24742e30256b10f4055eb39d6631f00a9c8b46 (patch)
treeff8ef2e344bb4676255875ab6ac8ac7afbde3753 /c/src/lib/libbsp/mips/p4000/configure.ac
parent2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1a24742e30256b10f4055eb39d6631f00a9c8b46.tar.bz2
Remove (abandoned).
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/configure.ac')
-rw-r--r--c/src/lib/libbsp/mips/p4000/configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/configure.ac b/c/src/lib/libbsp/mips/p4000/configure.ac
deleted file mode 100644
index 6e70efcddd..0000000000
--- a/c/src/lib/libbsp/mips/p4000/configure.ac
+++ /dev/null
@@ -1,20 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-##
-## $Id$
-
-AC_PREREQ(2.59)
-AC_INIT([rtems-c-src-lib-libbsp-mips-p4000],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
-AC_CONFIG_SRCDIR([bsp_specs])
-RTEMS_TOP(../../../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9])
-RTEMS_BSP_CONFIGURE
-
-RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
-RTEMS_CANONICALIZE_TOOLS
-RTEMS_PROG_CCAS
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT