source: rtems/testsuites/aclocal/project-root.m4 @ 16f3f10

5
Last change on this file since 16f3f10 was e8b28ba, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/18 at 04:37:39

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.

  • Property mode set to 100644
File size: 98 bytes
Line 
1AC_DEFUN([RTEMS_PROJECT_ROOT],
2[dnl
3AC_REQUIRE([RTEMS_TOP])
4BIN2C=rtems-bin2c
5AC_SUBST(BIN2C)
6])
7
Note: See TracBrowser for help on using the repository browser.