diff options
| author | mrg <mrg@NetBSD.org> | 2006-06-27 02:59:09 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-06-27 02:59:09 +0000 |
| commit | e35e1713f9890f04c3552c1c341cb3cb144d6e98 (patch) | |
| tree | 544c5efa7d972422283aabb924d091c8c51a7bff /gnu/dist/gcc4/libcpp | |
| parent | 7508425eaab472e99d8b2efe4b9fa19caa947c8a (diff) | |
allow sh-*-* as a valid sh configuration. now need_64bit_hwint=yes is
set for sh--netbsdelf, and sh3eb works.
XXX: annoyingly, this is needed in both gcc/config.gcc and
XXX: libcpp/configure*, and if just gcc/config.gcc is done, the
XXX: compiler will not work at all..
Diffstat (limited to 'gnu/dist/gcc4/libcpp')
| -rw-r--r-- | gnu/dist/gcc4/libcpp/configure | 2 | ||||
| -rw-r--r-- | gnu/dist/gcc4/libcpp/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/dist/gcc4/libcpp/configure b/gnu/dist/gcc4/libcpp/configure index 3b25bdc7e2b..c1605b59611 100644 --- a/gnu/dist/gcc4/libcpp/configure +++ b/gnu/dist/gcc4/libcpp/configure @@ -8232,7 +8232,7 @@ case $target in sparc64*-*-* | ultrasparc-*-freebsd* | \ sparcv9-*-solaris2* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ - sh[123456789l]*-*-*) + sh[123456789l]*-*-* | sh-*-*) need_64bit_hwint=yes ;; *) need_64bit_hwint=no ;; diff --git a/gnu/dist/gcc4/libcpp/configure.ac b/gnu/dist/gcc4/libcpp/configure.ac index e91f9b8b8f6..77db7a21463 100644 --- a/gnu/dist/gcc4/libcpp/configure.ac +++ b/gnu/dist/gcc4/libcpp/configure.ac @@ -127,7 +127,7 @@ case $target in sparc64*-*-* | ultrasparc-*-freebsd* | \ sparcv9-*-solaris2* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ - sh[123456789l]*-*-*) + sh[123456789l]*-*-* | sh-*-*) need_64bit_hwint=yes ;; *) need_64bit_hwint=no ;; |
