source: rtems/aclocal/canonicalize-tools.m4 @ 87a95526

4.104.114.84.95
Last change on this file since 87a95526 was ff65620, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/02 at 08:27:53

2002-11-29 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
  • aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
  • aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
  • Property mode set to 100644
File size: 529 bytes
RevLine 
[b931d05a]1dnl
[51c195d5]2dnl $Id$
3dnl
4dnl Set target tools
5dnl
[2e0fd427]6
[98100d2]7AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
8[AC_REQUIRE([RTEMS_PROG_CC])dnl
[51c195d5]9
[98100d2]10dnl FIXME: What shall be done if these tools are not available?
[4686e5d9]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)
[51c195d5]15
[98100d2]16dnl special treatment of ranlib
[4686e5d9]17  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
[51c195d5]18
[98100d2]19dnl NOTE: These may not be available if not using gnutools
[4686e5d9]20  RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
21  RTEMS_CHECK_TOOL(SIZE,size,no)
22  RTEMS_CHECK_TOOL(STRIP,strip,:)
[51c195d5]23])
Note: See TracBrowser for help on using the repository browser.