[linux-x86] Refresh gcc prebuilts for aarch64
Refresh gcc-4.9 prebuilts for aarch64. This new prebuilts contain
(1) workaround for cortex-a53 erratum 843419,
(2) some compiler bug fixes,
(3) bug fixes for gold.

Change-Id: Idf88b7ab5f2e94f08a8feade57e17cb5be180bcb
diff --git a/aarch64-linux-android/lib/ldscripts/aarch64linux.xd b/aarch64-linux-android/lib/ldscripts/aarch64linux.xd
index a2c4256..0c91d9c 100644
--- a/aarch64-linux-android/lib/ldscripts/aarch64linux.xd
+++ b/aarch64-linux-android/lib/ldscripts/aarch64linux.xd
@@ -1,4 +1,8 @@
 /* Script for ld -pie: link position independent executable */
+/* Copyright (C) 2014 Free Software Foundation, Inc.
+   Copying and distribution of this script, with or without modification,
+   are permitted in any medium without royalty provided the copyright
+   notice and this notice are preserved.  */
 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64",
 	      "elf64-littleaarch64")
 OUTPUT_ARCH(aarch64)