summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-configure
blob: 813d8e010b3c2c1abdc181bcd40b3c6b5f33aab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Sun Feb  4 14:38:16 2007
+++ configure	Sun Feb  4 15:30:30 2007
@@ -2662,7 +2661,7 @@
     ARCH_CFLAGS="-mcpu=v9 -m64 -D__SPARC_64__"
     ;;
 
-x86_64 )
+x86_64 | amd64 )
     ARCH_DIR="x86_64"
     ARCH_CFLAGS="-D__X86_64__"
     ;;