diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-07 10:24:38 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-07 10:24:38 +0000 |
commit | da3c842e9f20f5495d99ad0c7a71a60ab4d232f1 (patch) | |
tree | ddba8817147928e3405302f570c59983e6fec2fd /libcpp | |
parent | b7fab1eff9fbe44e4cb2742fe02e0c1d4f849204 (diff) | |
download | gcc-da3c842e9f20f5495d99ad0c7a71a60ab4d232f1.tar.gz |
2014-05-07 Richard Biener <rguenther@suse.de>
libcpp/
* configure.ac: Always set need_64bit_hwint to yes.
* configure: Regenerated.
* config.gcc: Always set need_64bit_hwint to yes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 5 | ||||
-rwxr-xr-x | libcpp/configure | 2 | ||||
-rw-r--r-- | libcpp/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ce417632b19..20171bc8e9e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2014-05-07 Richard Biener <rguenther@suse.de> + + * configure.ac: Always set need_64bit_hwint to yes. + * configure: Regenerated. + 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * lex.c: Remove Solaris 9 reference. diff --git a/libcpp/configure b/libcpp/configure index b421e48fd90..a9472f37c3a 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7171,7 +7171,7 @@ case $target in tilegx*-*-* | tilepro*-*-* ) need_64bit_hwint=yes ;; *) - need_64bit_hwint=no ;; + need_64bit_hwint=yes ;; esac case $need_64bit_hwint:$ac_cv_sizeof_long in diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 8515abff2da..f2bca1fbd52 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -200,7 +200,7 @@ case $target in tilegx*-*-* | tilepro*-*-* ) need_64bit_hwint=yes ;; *) - need_64bit_hwint=no ;; + need_64bit_hwint=yes ;; esac case $need_64bit_hwint:$ac_cv_sizeof_long in |