Changeset 5261406 in rtems for cpukit/aclocal/canonicalize-tools.m4
- Timestamp:
- 06/27/02 12:18:24 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a25b63b
- Parents:
- 272413c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/aclocal/canonicalize-tools.m4
r272413c r5261406 5 5 dnl 6 6 7 AC_DEFUN(RTEMS_GCC_PRINT,8 [9 $1=`$CC --print-prog-name=$2`10 ])11 12 7 AC_DEFUN(RTEMS_CANONICALIZE_TOOLS, 13 8 [AC_REQUIRE([RTEMS_PROG_CC])dnl … … 15 10 dnl FIXME: What shall be done if these tools are not available? 16 11 RTEMS_CHECK_TOOL(AR,ar,no) 17 RTEMS_CHECK_TOOL(AS,as,no)18 12 RTEMS_CHECK_TOOL(LD,ld,no) 19 RTEMS_CHECK_TOOL(NM,nm,no)20 13 21 14 dnl special treatment of ranlib 22 15 RTEMS_CHECK_TOOL(RANLIB,ranlib,:) 23 24 dnl NOTE: These may not be available if not using gnutools25 RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)26 RTEMS_CHECK_TOOL(SIZE,size,no)27 RTEMS_CHECK_TOOL(STRIP,strip,:)28 16 ])
Note: See TracChangeset
for help on using the changeset viewer.