summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/ppc.m4
blob: 696c7f2365de4cda51b4a9adf66da4278c557526 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
# Some hacks for handling powerpc-exception subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general
# subdirectory handling solution is introduced to RTEMS.

AC_DEFUN([RTEMS_PPC_EXCEPTIONS],
[
exceptions="$1-exceptions"
AC_SUBST(exceptions)
])