summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/hppa1.1/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
commite5dafccb098bb405c37ae134639885a53ae89d8e (patch)
treebe900f8348006de104ddfc033d0bb196bb7ba2ed /c/src/exec/score/tools/hppa1.1/configure.in
parentPatch to ease building MCP750 BSP. (diff)
downloadrtems-e5dafccb098bb405c37ae134639885a53ae89d8e.tar.bz2
Tools moved to top-level directory per patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to 'c/src/exec/score/tools/hppa1.1/configure.in')
-rw-r--r--c/src/exec/score/tools/hppa1.1/configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/exec/score/tools/hppa1.1/configure.in b/c/src/exec/score/tools/hppa1.1/configure.in
deleted file mode 100644
index c361bf10bc..0000000000
--- a/c/src/exec/score/tools/hppa1.1/configure.in
+++ /dev/null
@@ -1,17 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
-
-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)