summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-24 23:14:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-24 23:14:36 +0000
commit244ecd9fb87dec2aeed6fb97d37dd8a43f9be4cc (patch)
tree6bffdff113f276d1e2c74064582281d556305ff8 /tools/cpu/hppa1.1/configure.in
parent Fix based on bug report from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-244ecd9fb87dec2aeed6fb97d37dd8a43f9be4cc.tar.bz2
These files were not added as part of a recent patch from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to '')
-rw-r--r--tools/cpu/hppa1.1/configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/cpu/hppa1.1/configure.in b/tools/cpu/hppa1.1/configure.in
new file mode 100644
index 0000000000..c846bc5a11
--- /dev/null
+++ b/tools/cpu/hppa1.1/configure.in
@@ -0,0 +1,13 @@
+AC_INIT(genoffsets.c)
+AC_CONFIG_AUX_DIR(../../../../../..)
+
+RTEMS_TOP(../../../../../..)
+RTEMS_CANONICAL_TARGET_CPU
+
+AM_INIT_AUTOMAKE(rtems-exec-score-tools-hppa,$RTEMS_VERSION,no)
+
+AC_PROG_CC
+
+RTEMS_TOOLPATHS
+
+AC_OUTPUT(Makefile)