diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-25 12:30:30 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-25 12:30:30 +0000 |
commit | ccf1c0f117e2e100ca03a146fd3c9cb2c09d3f94 (patch) | |
tree | efcc9e58ce5574fdea18a500f23a0a3effb297ef /libgcc | |
parent | ad6cd748f6034a03afff09c37e25d8be617d703a (diff) | |
download | gcc-ccf1c0f117e2e100ca03a146fd3c9cb2c09d3f94.tar.gz |
* config.gcc (sh2[lbe]*-*-linux*): Allow target.
* config.host (sh2[lbe]*-*-linux*): Allow target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2dec005b4d8..9c14fdd7b31 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr> + + * config.host (sh2[lbe]*-*-linux*): Allow target. + 2008-04-30 Nathan Froyd <froydnj@codesourcery.com> * config/rs6000/t-ppccomm: Add build rules for new files. diff --git a/libgcc/config.host b/libgcc/config.host index d695b44182d..93fb8a0cde5 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -556,7 +556,7 @@ score-*-elf) ;; sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ - sh-*-linux* | sh[346lbe]*-*-linux* | \ + sh-*-linux* | sh[2346lbe]*-*-linux* | \ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ sh64-*-netbsd* | sh64l*-*-netbsd*) case ${host} in |