forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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,:)
|
||||
|
||||
Reference in New Issue
Block a user