2014-08-29 Christophe Lyon <christophe.lyon@linaro.org>
authorclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2014 12:03:49 +0000 (12:03 +0000)
committerclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2014 12:03:49 +0000 (12:03 +0000)
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

gcc/ChangeLog.linaro
gcc/config.gcc

index 62940c3..78797a5 100644 (file)
@@ -1,3 +1,10 @@
+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.
index a566304..5b96450 100644 (file)
@@ -311,6 +311,7 @@ m32c*-*-*)
         ;;
 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