Ignore:
Timestamp:
06/27/02 12:18:24 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a25b63b
Parents:
272413c
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/aclocal/canonicalize-tools.m4

    r272413c r5261406  
    55dnl
    66
    7 AC_DEFUN(RTEMS_GCC_PRINT,
    8 [
    9     $1=`$CC --print-prog-name=$2`
    10 ])
    11 
    127AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
    138[AC_REQUIRE([RTEMS_PROG_CC])dnl
     
    1510dnl FIXME: What shall be done if these tools are not available?
    1611  RTEMS_CHECK_TOOL(AR,ar,no)
    17   RTEMS_CHECK_TOOL(AS,as,no)
    1812  RTEMS_CHECK_TOOL(LD,ld,no)
    19   RTEMS_CHECK_TOOL(NM,nm,no)
    2013
    2114dnl special treatment of ranlib
    2215  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
    23 
    24 dnl NOTE: These may not be available if not using gnutools
    25   RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
    26   RTEMS_CHECK_TOOL(SIZE,size,no)
    27   RTEMS_CHECK_TOOL(STRIP,strip,:)
    2816])
Note: See TracChangeset for help on using the changeset viewer.