From fa9647d62f50045b69897ed80feb4268dbd40b1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Sun, 12 May 2002 19:45:02 +0000 Subject: [PATCH] Recognize PPC64 target. Submitted by: Reviewed by: PR: 26 --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 0903d99b40..cbda6ac1f4 100755 --- a/config +++ b/config @@ -497,6 +497,10 @@ EOF ${CC} -o dummy dummy.c && OUT=`./dummy ${MACHINE}` rm dummy dummy.c ;; + ppc64-*-linux2) + #Use the standard target for PPC architecture until we create a + #special one for the 64bit architecture. + OUT="linux-ppc" ;; ppc-*-linux2) OUT="linux-ppc" ;; m68k-*-linux*) OUT="linux-m68k" ;; ia64-*-linux?) OUT="linux-ia64" ;; -- 2.25.1