From e8b28ba0047c533b842f9704c95d0e76dcb16cbf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 06:37:39 +0200 Subject: 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. --- aclocal/project-root.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'aclocal') diff --git a/aclocal/project-root.m4 b/aclocal/project-root.m4 index 5240f5f465..6233d8db3a 100644 --- a/aclocal/project-root.m4 +++ b/aclocal/project-root.m4 @@ -11,10 +11,6 @@ dnl 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) ]) -- cgit v1.2.3