2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
	STRIP.
This commit is contained in:
Ralf Corsepius
2004-02-14 04:55:06 +00:00
parent fd3c9faa9f
commit dcf277ca9d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
STRIP.
2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* librdbg/include/Makefile.am: Merge-in

View File

@@ -11,13 +11,7 @@ dnl FIXME: What shall be done if these tools are not available?
RTEMS_CHECK_TOOL(AR,ar,no)
RTEMS_CHECK_TOOL(AS,as,no)
RTEMS_CHECK_TOOL(LD,ld,no)
RTEMS_CHECK_TOOL(NM,nm,no)
dnl special treatment of ranlib
RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
dnl NOTE: These may not be available if not using gnutools
RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
RTEMS_CHECK_TOOL(SIZE,size,no)
RTEMS_CHECK_TOOL(STRIP,strip,:)
])