summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-09 10:41:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-09 10:41:30 +0000
commit2494cba23e6f6adc9200b1be987a2ef8578434bf (patch)
treeb18c73835950da2200796d864a314e2405264933 /c
parent2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2494cba23e6f6adc9200b1be987a2ef8578434bf.tar.bz2
2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: SIZE, NM, OBJCOPY.
Diffstat (limited to 'c')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac5
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index ee7284787c..a63bdec6f5 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: SIZE, NM, OBJCOPY.
+
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 42a09681d4..249511be6c 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -26,8 +26,6 @@ RTEMS_ENABLE_BARE
RTEMS_ENV_RTEMSBSP
-## BEGIN configure.host.in
-
AC_PATH_PROG(CAT,cat)
AC_PATH_PROG(CP,cp)
AC_PATH_PROG(MV,mv)
@@ -54,6 +52,9 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
+RTEMS_CHECK_TOOL(SIZE,size,:)
+RTEMS_CHECK_TOOL(NM,nm,:)
+RTEMS_CHECK_TOOL(OBJCOPY,objcopy,:)
## if this is an i386, does gas have good code16 support?
RTEMS_I386_GAS_CODE16