From: Michael Meissner Date: Wed, 1 Feb 1995 22:06:34 +0000 (+0000) Subject: Add preliminary PowerPC eABI support. X-Git-Tag: Release-0-25~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de87d9fddafa24158edf842015d3b0d227e315e6;p=thirdparty%2Fautomake.git Add preliminary PowerPC eABI support. --- diff --git a/config.sub b/config.sub index fac9f675f..f3a0f40a0 100644 --- a/config.sub +++ b/config.sub @@ -604,7 +604,7 @@ case $os in | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi) + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` diff --git a/lib/config.sub b/lib/config.sub index fac9f675f..f3a0f40a0 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -604,7 +604,7 @@ case $os in | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi) + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'`