diff options
| author | Michael Meissner | 1996-06-20 16:20:05 +0000 |
|---|---|---|
| committer | Michael Meissner | 1996-06-20 16:20:05 +0000 |
| commit | 1ea7ac3f8dbffdd7e41a058d39cac8b94ab89897 (patch) | |
| tree | aae6ef927837e56b6ad952bc409336c001ec7c3b | |
| parent | 2eb9703d6b4bd5688e2253bfe019e3ce0f2aeb12 (diff) | |
| download | emacs-1ea7ac3f8dbffdd7e41a058d39cac8b94ab89897.tar.gz emacs-1ea7ac3f8dbffdd7e41a058d39cac8b94ab89897.zip | |
Add support for PowerPC Linux
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 925dab43498..c416b7811ea 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -364,6 +364,8 @@ EOF | |||
| 364 | echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 | 364 | echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 |
| 365 | elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then | 365 | elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: m68klinux"; then |
| 366 | echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 | 366 | echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 |
| 367 | elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then | ||
| 368 | echo "powerpc-unknown-linux" ; exit 0 | ||
| 367 | elif test "${UNAME_MACHINE}" = "alpha" ; then | 369 | elif test "${UNAME_MACHINE}" = "alpha" ; then |
| 368 | echo alpha-unknown-linux ; exit 0 | 370 | echo alpha-unknown-linux ; exit 0 |
| 369 | elif test "${UNAME_MACHINE}" = "sparc" ; then | 371 | elif test "${UNAME_MACHINE}" = "sparc" ; then |