source: rtems/c/src/aclocal/canonicalize-tools.m4 @ 6debefee

4.104.114.84.95
Last change on this file since 6debefee was dcf277c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:55:06

2004-02-14 Ralf Corsepius <corsepiu@…>

  • aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE, STRIP.
  • Property mode set to 100644
File size: 336 bytes
Line 
1dnl
2dnl $Id$
3dnl
4dnl Set target tools
5dnl
6
7AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
8[AC_REQUIRE([RTEMS_PROG_CC])dnl
9
10dnl FIXME: What shall be done if these tools are not available?
11  RTEMS_CHECK_TOOL(AR,ar,no)
12  RTEMS_CHECK_TOOL(AS,as,no)
13  RTEMS_CHECK_TOOL(LD,ld,no)
14
15dnl special treatment of ranlib
16  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
17])
Note: See TracBrowser for help on using the repository browser.