source: rtems/aclocal/project-root.m4 @ e8b28ba

5
Last change on this file since e8b28ba 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: 605 bytes
Line 
1dnl
2dnl PROJECT_TOPdir     .. relative path to the top of the build-tree
3dnl PROJECT_ROOT       .. relative path to the top of the temporary
4dnl                       installation directory inside the build-tree
5dnl RTEMS_TOPdir       .. relative path of a subpackage's configure.ac to the
6dnl                       toplevel configure.ac of the source-tree
7dnl RTEMS_ROOT         .. path to the top of a bsp's build directory
8dnl                       [Applied by custom/*.cfg, depredicated otherwise]
9dnl
10
11AC_DEFUN([RTEMS_PROJECT_ROOT],
12[dnl
13AC_REQUIRE([RTEMS_TOP])
14BIN2C=rtems-bin2c
15AC_SUBST(BIN2C)
16])
17
Note: See TracBrowser for help on using the repository browser.