4.104.114.84.95
Last change
on this file since 272413c was
ed8ec1c,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 08:52:47
|
2002-06-17 Ralf Corsepius <corsepiu@…>
- copied over from aclocal/.
|
-
Property mode set to
100644
|
File size:
595 bytes
|
Line | |
---|
1 | dnl |
---|
2 | dnl $Id$ |
---|
3 | dnl |
---|
4 | dnl Set target tools |
---|
5 | dnl |
---|
6 | |
---|
7 | AC_DEFUN(RTEMS_GCC_PRINT, |
---|
8 | [ |
---|
9 | $1=`$CC --print-prog-name=$2` |
---|
10 | ]) |
---|
11 | |
---|
12 | AC_DEFUN(RTEMS_CANONICALIZE_TOOLS, |
---|
13 | [AC_REQUIRE([RTEMS_PROG_CC])dnl |
---|
14 | |
---|
15 | dnl FIXME: What shall be done if these tools are not available? |
---|
16 | RTEMS_CHECK_TOOL(AR,ar,no) |
---|
17 | RTEMS_CHECK_TOOL(AS,as,no) |
---|
18 | RTEMS_CHECK_TOOL(LD,ld,no) |
---|
19 | RTEMS_CHECK_TOOL(NM,nm,no) |
---|
20 | |
---|
21 | dnl special treatment of ranlib |
---|
22 | RTEMS_CHECK_TOOL(RANLIB,ranlib,:) |
---|
23 | |
---|
24 | dnl NOTE: These may not be available if not using gnutools |
---|
25 | RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no) |
---|
26 | RTEMS_CHECK_TOOL(SIZE,size,no) |
---|
27 | RTEMS_CHECK_TOOL(STRIP,strip,:) |
---|
28 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.