2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
	There are no application level Makefiles in here.
This commit is contained in:
Ralf Corsepius
2004-03-09 09:53:08 +00:00
parent b6e033751d
commit 5569cec2a1
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
There are no application level Makefiles in here.
2004-03-04 Joel Sherrill <joel@OARcorp.com>
* aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
-3
View File
@@ -11,9 +11,6 @@ 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(SIZE,size,no)
RTEMS_CHECK_TOOL(NM,nm,no)
RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
dnl special treatment of ranlib
RTEMS_CHECK_TOOL(RANLIB,ranlib,:)