From 3c1a911e45e1bc24896cece112a1e6d69d471d45 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 5 Sep 2003 09:51:02 +0000 Subject: [PATCH] [project @ 2003-09-05 09:51:02 by simonmar] Add powerpc-unknown-linux. --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.ac b/configure.ac index 00e579a..02f5ba9 100644 --- a/configure.ac +++ b/configure.ac @@ -305,6 +305,15 @@ powerpc-apple-darwin*) HostVendor_CPP='apple' HostOS_CPP='darwin' ;; +powerpc-unknown-linux*) + HostPlatform=powerpc-unknown-linux + TargetPlatform=powerpc-unknown-linux + BuildPlatform=powerpc-unknown-linux + HostPlatform_CPP='powerpc_unknown_linux' + HostArch_CPP='powerpc' + HostVendor_CPP='unknown' + HostOS_CPP='linux' + ;; sparc-sun-sunos4*) HostPlatform=sparc-sun-sunos4 TargetPlatform=sparc-sun-sunos4 #hack -- 1.7.10.4