summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/tool-paths.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:30:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:30:51 +0000
commit54b23a9b5a31b47143af1f84c6bcf5a7f37064b5 (patch)
tree2043eb7b16261a06bc44da274cf13167d580de8e /testsuites/aclocal/tool-paths.m4
parentMisc. bugfixes. (diff)
downloadrtems-54b23a9b5a31b47143af1f84c6bcf5a7f37064b5.tar.bz2
Remove.
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/tool-paths.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuites/aclocal/tool-paths.m4 b/testsuites/aclocal/tool-paths.m4
deleted file mode 100644
index ff6e5f830e..0000000000
--- a/testsuites/aclocal/tool-paths.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-AC_DEFUN([RTEMS_TOOLPATHS],
-[
-# tooldir='$(exec_prefix)/'$target_alias
-# Temporary work-around until building in source tree is supported
-AC_REQUIRE([RTEMS_PROJECT_ROOT])
-
-tooldir='$(PROJECT_ROOT)'
-AC_SUBST(tooldir)
-
-project_includedir='$(tooldir)'/include
-AC_SUBST(project_includedir)
-
-project_libdir='$(tooldir)/lib$(MULTISUBDIR)'
-AC_SUBST(project_libdir)
-
-project_bindir='$(tooldir)/bin'
-AC_SUBST(project_bindir)
-
-rtems_bspdir='$(prefix)/${RTEMS_BSP}'
-AC_SUBST(rtems_bspdir)
-rtems_makedir='$(prefix)/make'
-AC_SUBST(rtems_makedir)
-])