4.104.114.84.95
Last change
on this file since 5261406 was
5261406,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 12:18:24
|
2002-06-27 Ralf Corsepius <corsepiu@…>
- aclocal/prog-ccas.m4: New.
- aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
RTEMS_GCC_PRINT
- aclocal/check-multiprocessing.m4: Fix typo.
- automake/compile.am: Remove CXX support.
Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
|
-
Property mode set to
100644
|
File size:
305 bytes
|
Rev | Line | |
---|
[ed8ec1c] | 1 | dnl |
---|
| 2 | dnl $Id$ |
---|
| 3 | dnl |
---|
| 4 | dnl Set target tools |
---|
| 5 | dnl |
---|
| 6 | |
---|
| 7 | AC_DEFUN(RTEMS_CANONICALIZE_TOOLS, |
---|
| 8 | [AC_REQUIRE([RTEMS_PROG_CC])dnl |
---|
| 9 | |
---|
| 10 | dnl FIXME: What shall be done if these tools are not available? |
---|
| 11 | RTEMS_CHECK_TOOL(AR,ar,no) |
---|
| 12 | RTEMS_CHECK_TOOL(LD,ld,no) |
---|
| 13 | |
---|
| 14 | dnl special treatment of ranlib |
---|
| 15 | RTEMS_CHECK_TOOL(RANLIB,ranlib,:) |
---|
| 16 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.