source: rtems/c/src/aclocal/ppc.m4 @ ec899eaf

4.104.114.84.95
Last change on this file since ec899eaf was ec899eaf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/05 at 03:37:18

2005-02-11 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/ppc.m4: Reflect changes to ppc exception processing building procedures.
  • Property mode set to 100644
File size: 291 bytes
Line 
1# $Id$
2#
3# Some hacks for handling powerpc-exception subdirectories
4#
5# Note: Consider this file a temporary band-aid until a better, more general
6# subdirectory handling solution is introduced to RTEMS.
7
8AC_DEFUN([RTEMS_PPC_EXCEPTIONS],
9[
10exceptions="$1-exceptions"
11AC_SUBST(exceptions)
12])
Note: See TracBrowser for help on using the repository browser.