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

* configure.ac: SIZE, NM, OBJCOPY.
This commit is contained in:
Ralf Corsepius
2004-03-09 10:41:30 +00:00
parent 51b9899971
commit 2494cba23e
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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