diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-18 10:11:38 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-18 10:11:38 +0000 |
commit | d556a20e66cec7e42e6181be3dcbc06949fd1a79 (patch) | |
tree | b363b6e65054a2fe5b83516df77b834b8dc9cd6f /boehm-gc | |
parent | 45df6b281b96f59e771ba280239b58492a3f5dca (diff) | |
download | gcc-d556a20e66cec7e42e6181be3dcbc06949fd1a79.tar.gz |
PR bootstrap/15120
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
* */configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rwxr-xr-x | boehm-gc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index bc13804ce93..0634ad47d43 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -3865,7 +3865,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* ) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM |