From e5678b3435d44a610517246f95c7626d36965389 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Aug 2006 16:23:42 +0000 Subject: [PATCH] * Map "ppc" to "powerpc" so that Linux on PowerPC will be reported as "powerpc-linux". --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index b6d1212edb..b14fa7e086 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,9 @@ case $machine_name in i*86) machine_name=i686 ;; + ppc) + machine_name=powerpc + ;; *) if test "$cpu_name" != "unknown"; then machine_name=$cpu_name