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

4.104.114.84.95
Last change on this file since 6ba9c27 was 272413c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 12:15:48

2002-06-27 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT
  • aclocal/check-multiprocessing.m4: Fix typo.
  • automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
  • Property mode set to 100644
File size: 305 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(LD,ld,no)
13
14dnl special treatment of ranlib
15  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
16])
Note: See TracBrowser for help on using the repository browser.