| Submitter | Walter Lee |
|---|---|
| Date | Dec. 31, 2011, 12:43 a.m. |
| Message ID | <4EFE5AAE.2080508@tilera.com> |
| Download | mbox | patch |
| Permalink | /patch/133708/ |
| State | New |
| Headers | show |
Comments
Patch
diff -r -u -p -N /home/packages/gcc-4.7.0-182680/libcpp/configure ./libcpp/configure --- /home/packages/gcc-4.7.0-182680/libcpp/configure 2011-12-25 17:50:24.000000000 -0500 +++ ./libcpp/configure 2011-12-29 22:06:47.767943000 -0500 @@ -7382,7 +7382,8 @@ case $target in s390*-*-* | \ sparc*-*-* | \ spu-*-* | \ - sh[123456789lbe]*-*-* | sh-*-*) + sh[123456789lbe]*-*-* | sh-*-* | \ + tilegx-*-* | tilepro-*-* ) need_64bit_hwint=yes ;; *) need_64bit_hwint=no ;; diff -r -u -p -N /home/packages/gcc-4.7.0-182680/libcpp/configure.ac ./libcpp/configure.ac --- /home/packages/gcc-4.7.0-182680/libcpp/configure.ac 2011-12-08 13:45:51.000000000 -0500 +++ ./libcpp/configure.ac 2011-12-29 22:06:47.784911000 -0500 @@ -162,7 +162,8 @@ case $target in s390*-*-* | \ sparc*-*-* | \ spu-*-* | \ - sh[123456789lbe]*-*-* | sh-*-*) + sh[123456789lbe]*-*-* | sh-*-* | \ + tilegx-*-* | tilepro-*-* ) need_64bit_hwint=yes ;; *) need_64bit_hwint=no ;;