aboutsummaryrefslogtreecommitdiff
path: root/lang/pcc/files/patch-configure
blob: 36da158c71228950a9ccd0cd5c8b0da9628526cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2010-10-31 18:20:51.000000000 +0000
+++ configure	2010-11-07 15:22:25.000000000 +0000
@@ -1960,7 +1960,7 @@
 	esac
 	case "$target_cpu" in
 	    i386) targmach=i386 ;;
-	    x86_64) targmach=amd64 ;;
+	    amd64) targmach=amd64 ;;
 	esac
 	;;