diff options
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r-- | lang/pcc/files/patch-configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure index 3bd4ecebaa3e..36da158c7122 100644 --- a/lang/pcc/files/patch-configure +++ b/lang/pcc/files/patch-configure @@ -1,8 +1,10 @@ -Index: configure -@@ -1956,6 +1956,7 @@ +--- 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 ;; |