source: rtems/aclocal/tool-prefix.m4 @ 8555ddb

4.104.114.84.95
Last change on this file since 8555ddb was 6207ea2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/98 at 16:46:24

New file from Ralf Corsepius

  • Property mode set to 100644
File size: 372 bytes
Line 
1dnl Set program_prefix
2dnl
3dnl 98/05/20 Ralf Corsepius     (corsepiu@faw.uni-ulm.de)
4dnl                             Extracted from configure
5
6AC_DEFUN(RTEMS_TOOL_PREFIX,
7[AC_REQUIRE([AC_CANONICAL_TARGET])dnl
8AC_REQUIRE([AC_CANONICAL_BUILD])dnl
9
10if [[ "${program_prefix}" = "NONE" ]] ; then
11  if [[ "${target}" = "${host}" ]] ; then
12    program_prefix=
13  else
14    program_prefix=${target}-
15  fi
16fi
17])
Note: See TracBrowser for help on using the repository browser.