summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/project-root.m4
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 06:37:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-15 07:14:36 +0200
commite8b28ba0047c533b842f9704c95d0e76dcb16cbf (patch)
tree278bc70ed157cd5e3a10224b39f10e5eada8c1d9 /testsuites/aclocal/project-root.m4
parenttools: Remove rtems-testsuite-autostuff (diff)
downloadrtems-e8b28ba0047c533b842f9704c95d0e76dcb16cbf.tar.bz2
tools: Remove packhex
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/project-root.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4
index 950ff6b5ad..641baee021 100644
--- a/testsuites/aclocal/project-root.m4
+++ b/testsuites/aclocal/project-root.m4
@@ -1,10 +1,6 @@
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])
-
-PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
-AC_SUBST(PACKHEX)
-
BIN2C=rtems-bin2c
AC_SUBST(BIN2C)
])