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. --- c/src/make/host.cfg.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/make/host.cfg.in') diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in index 17bf017b99..04bc04a6fb 100644 --- a/c/src/make/host.cfg.in +++ b/c/src/make/host.cfg.in @@ -22,9 +22,6 @@ CHMOD=chmod SED=sed # Global tools -ifndef PACKHEX -PACKHEX=$(PROJECT_BIN)/packhex -endif ifndef BIN2C BIN2C=rtems-bin2c -- cgit v1.2.3