source: rtems/testsuites/aclocal/canonicalize-tools.m4 @ 152a2841

4.115
Last change on this file since 152a2841 was 0e8262cf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 06:21:00

2003-11-26 Ralf Corsepius <corsepiu@…>

  • aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4, aclocal/check-itron.m4, aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/check-tool.m4, aclocal/config-subdirs.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix underquoting to silence automake-1.8.
  • Property mode set to 100644
File size: 531 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  RTEMS_CHECK_TOOL(NM,nm,no)
15
16dnl special treatment of ranlib
17  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
18
19dnl NOTE: These may not be available if not using gnutools
20  RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
21  RTEMS_CHECK_TOOL(SIZE,size,no)
22  RTEMS_CHECK_TOOL(STRIP,strip,:)
23])
Note: See TracBrowser for help on using the repository browser.