summaryrefslogtreecommitdiffstats
path: root/libcpp/configure.ac
diff options
context:
space:
mode:
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-11 04:21:18 +0000
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-11 04:21:18 +0000
commitfc7383ad634514fdbf61c9aac5d8f63c5e0266fb (patch)
tree5893be2adc9a1209f773287fcbc729d224c8d62c /libcpp/configure.ac
parent4df1cf4ee59dbfd9e34825412ea5a8d13236d22b (diff)
downloadppe42-gcc-fc7383ad634514fdbf61c9aac5d8f63c5e0266fb.tar.gz
ppe42-gcc-fc7383ad634514fdbf61c9aac5d8f63c5e0266fb.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134190 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r--libcpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index 40f62715acd..b92f390a40a 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
OpenPOWER on IntegriCloud