2004-03-04 Joel Sherrill <joel@OARcorp.com>

* aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
	they can be used in application level makefiles.
This commit is contained in:
Joel Sherrill
2004-03-05 18:28:38 +00:00
parent 6debefee26
commit e73c249e59
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-03-04 Joel Sherrill <joel@OARcorp.com>
* aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
they can be used in application level makefiles.
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/rtems_webserver/ejparse.c,

View File

@@ -11,6 +11,9 @@ 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,:)