summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:28:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:28:38 +0000
commite73c249e59d4b15671629cf967c1cae9d4dec7bd (patch)
treec70251e1865ef54ebc1b88f347cc885cafef74fa
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e73c249e59d4b15671629cf967c1cae9d4dec7bd.tar.bz2
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.
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/canonicalize-tools.m43
2 files changed, 8 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 8176c777f6..d621a90ba8 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -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,
diff --git a/c/src/aclocal/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4
index eb3eb95827..d0282517db 100644
--- a/c/src/aclocal/canonicalize-tools.m4
+++ b/c/src/aclocal/canonicalize-tools.m4
@@ -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,:)