summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/rbtx4925/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 17:34:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 17:34:05 +0000
commit15ebdf1f6b05f829c783298ad39ba3214ed42515 (patch)
tree7187ba8a5c804ecad37f2c00c5e2445304975406 /c/src/lib/libbsp/mips/rbtx4925/configure.ac
parentNew. (diff)
downloadrtems-15ebdf1f6b05f829c783298ad39ba3214ed42515.tar.bz2
New (Submission by Bruce Robinson <brucer@pmccorp.com>)
Diffstat (limited to 'c/src/lib/libbsp/mips/rbtx4925/configure.ac')
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/configure.ac21
1 files changed, 21 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/rbtx4925/configure.ac b/c/src/lib/libbsp/mips/rbtx4925/configure.ac
new file mode 100644
index 0000000000..8fee457e8e
--- /dev/null
+++ b/c/src/lib/libbsp/mips/rbtx4925/configure.ac
@@ -0,0 +1,21 @@
+## Process this file with autoconf to produce a configure script.
+##
+## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
+
+AC_PREREQ(2.59)
+AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4925],[_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