Fix backport from trunk 211440:
* config.gcc (aarch64*-*-*): Restore need_64bit_hwint=yes.
This is necessary to build aarch64* compilers on i686 host.
git-svn-id: svn://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_9-branch@214722
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-08-29 Christophe Lyon <christophe.lyon@linaro.org>
+
+ Fix backport from trunk 211440:
+ * config.gcc (aarch64*-*-*): Restore need_64bit_hwint=yes.
+
+ This is necessary to build aarch64* compilers on i686 host.
+
2014-08-26 Yvan Roux <yvan.roux@linaro.org>
Backport from trunk r213627.
;;
aarch64*-*-*)
cpu_type=aarch64
+ need_64bit_hwint=yes
extra_headers="arm_neon.h arm_acle.h"
extra_objs="aarch64-builtins.o aarch-common.o"
target_has_targetm_common=yes