forked from Imagelibrary/rtems
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE, STRIP.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
|
||||
STRIP.
|
||||
|
||||
2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* librdbg/include/Makefile.am: Merge-in
|
||||
|
||||
@@ -11,13 +11,7 @@ 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(NM,nm,no)
|
||||
|
||||
dnl special treatment of ranlib
|
||||
RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
|
||||
|
||||
dnl NOTE: These may not be available if not using gnutools
|
||||
RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
|
||||
RTEMS_CHECK_TOOL(SIZE,size,no)
|
||||
RTEMS_CHECK_TOOL(STRIP,strip,:)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user