2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / configure
index caa34cae8f208f6ff1e59afc4f7ed3002cc0546a..e161cada19ea5ed270691d4172d4138675e84d14 100755 (executable)
--- a/configure
+++ b/configure
@@ -3272,6 +3272,8 @@ esac
 
 # Disable Java if libffi is not supported.
 case "${target}" in
+  aarch64-*-*)
+    ;;
   alpha*-*-*)
     ;;
   arm*-*-*)
@@ -3437,6 +3439,9 @@ case "${target}" in
   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
     libgloss_dir=wince
     ;;
+  aarch64*-*-* )
+    libgloss_dir=aarch64
+    ;;
   arm*-*-*)
     libgloss_dir=arm
     ;;
This page took 0.026118 seconds and 4 git commands to generate.