diff options
author | Arthur Loiret <arthur.loiret@u-psud.fr> | 2008-05-25 14:30:30 +0200 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2008-05-25 12:30:30 +0000 |
commit | 93fea8d3d840e71cfefb9f795663af460bd66498 (patch) | |
tree | efcc9e58ce5574fdea18a500f23a0a3effb297ef | |
parent | 294707717f6b7f293601c3dda20cb6405c6a3a6f (diff) | |
download | gcc-93fea8d3d840e71cfefb9f795663af460bd66498.zip gcc-93fea8d3d840e71cfefb9f795663af460bd66498.tar.gz gcc-93fea8d3d840e71cfefb9f795663af460bd66498.tar.bz2 |
config.gcc (sh2[lbe]*-*-linux*): Allow target.
* config.gcc (sh2[lbe]*-*-linux*): Allow target.
* config.host (sh2[lbe]*-*-linux*): Allow target.
From-SVN: r135861
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 | ||||
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0588af6..b585221 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr> + + * config.gcc (sh2[lbe]*-*-linux*): Allow target. + 2008-05-25 Steven Bosscher <stevenb.gcc@gmail.com> * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if diff --git a/gcc/config.gcc b/gcc/config.gcc index efc3c4a..c35d52a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2171,7 +2171,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*) tmake_file="${tmake_file} sh/t-sh sh/t-elf" diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2dec005..9c14fdd 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 d695b44..93fb8a0 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 |