summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'java/cacao/files/patch-configure')
-rw-r--r--java/cacao/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/cacao/files/patch-configure b/java/cacao/files/patch-configure
new file mode 100644
index 000000000000..813d8e010b3c
--- /dev/null
+++ b/java/cacao/files/patch-configure
@@ -0,0 +1,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__"
+ ;;