Changeset 272413c in rtems
- Timestamp:
- Jun 27, 2002, 12:15:48 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5261406
- Parents:
- da8f88a
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/ChangeLog
rda8f88a r272413c 1 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/prog-ccas.m4: New. 4 * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. 5 RTEMS_GCC_PRINT 6 * aclocal/check-multiprocessing.m4: Fix typo. 7 1 8 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/aclocal/canonicalize-tools.m4
rda8f88a r272413c 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 ]) -
cpukit/ChangeLog
rda8f88a r272413c 1 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/prog-ccas.m4: New. 4 * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. 5 RTEMS_GCC_PRINT 6 * aclocal/check-multiprocessing.m4: Fix typo. 7 1 8 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9
Note: See TracChangeset
for help on using the changeset viewer.