diff options
Diffstat (limited to 'fixincludes/fixinc.in')
-rwxr-xr-x | fixincludes/fixinc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixinc.in b/fixincludes/fixinc.in index cd0b458..de5a37f 100755 --- a/fixincludes/fixinc.in +++ b/fixincludes/fixinc.in @@ -136,7 +136,7 @@ fi # disable the fix. case "${target_canonical}" in - *-*-vxworks*) + *-*-vxworks* | powerpc*-*-linux*) test -f ${MACRO_LIST} && echo > ${MACRO_LIST} ;; esac |