diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2008-04-11 04:21:18 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2008-04-11 04:21:18 +0000 |
commit | a1fcb9a1debf225f87ffd4d0a29bbc24ba3a6689 (patch) | |
tree | 5893be2adc9a1209f773287fcbc729d224c8d62c /libcpp/configure.ac | |
parent | 34aa9692c4b1903e837bc4b64a65cb37268b3c45 (diff) | |
download | gcc-a1fcb9a1debf225f87ffd4d0a29bbc24ba3a6689.zip gcc-a1fcb9a1debf225f87ffd4d0a29bbc24ba3a6689.tar.gz gcc-a1fcb9a1debf225f87ffd4d0a29bbc24ba3a6689.tar.bz2 |
config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
* config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
[libcpp]
* configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
and shbe-*-*.
* configure: Rebuilt.
From-SVN: r134190
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 40f6271..b92f390 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -130,7 +130,7 @@ case $target in sparcv9-*-solaris2* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ spu-*-* | \ - sh[123456789l]*-*-*) + sh[123456789lbe]*-*-* | sh-*-*) need_64bit_hwint=yes ;; i[34567]86-*-linux*) if test "x$enable_targets" = xall; then |