summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/hppa1.1')
-rw-r--r--tools/cpu/hppa1.1/configure.ac23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/cpu/hppa1.1/configure.ac b/tools/cpu/hppa1.1/configure.ac
new file mode 100644
index 0000000000..9f7583d529
--- /dev/null
+++ b/tools/cpu/hppa1.1/configure.ac
@@ -0,0 +1,23 @@
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
+
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([genoffsets.c])
+RTEMS_TOP(../../..)
+AC_CONFIG_AUX_DIR(../../..)
+
+RTEMS_CANONICAL_TARGET_CPU
+
+AM_INIT_AUTOMAKE(rtems-tools-cpu-hppa1.1,$RTEMS_VERSION,no)
+AM_MAINTAINER_MODE
+AC_EXEEXT
+
+AC_PROG_CC
+
+RTEMS_TOOLPATHS
+
+# Explicitly list all Makefiles here
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT