diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-30 15:48:29 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-30 15:48:29 +0000 |
commit | d5d994d40863d8333219102e5b2687485a5f12d7 (patch) | |
tree | 40b6b0eea548d5785ee089f20a945b29035d9a48 | |
parent | 9f21bac8fcc1395713e119652da3d5e901eb1cf8 (diff) | |
download | gcc-d5d994d40863d8333219102e5b2687485a5f12d7.tar.gz |
2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
* configure.in (sh-*-linux*): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44472 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7d9a2f11025..e2607456b68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-25 Andrew Haley <aph@cambridge.redhat.com> + + * configure.in (sh-*-linux*): New. + 2001-07-27 Richard Henderson <rth@redhat.com> * .cvsignore: Add LAST_UPDATED. diff --git a/configure.in b/configure.in index 535617e7cb2..e0e5c2845d0 100644 --- a/configure.in +++ b/configure.in @@ -633,6 +633,11 @@ case "${target}" in # newlib is not 64 bit ready noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; + sh-*-linux*) + noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" + # linux has rx in libc + skipdirs="$skipdirs target-librx" + ;; sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs target-examples" |