diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-09-14 19:58:43 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-09-14 19:58:43 +0000 |
commit | 0c0f8409195c21e9852d900f2f14560641e2d7da (patch) | |
tree | 9a7e35a83cc7ea9331c840cf7ac66728de74f2fd | |
parent | d1768069410858ba003f30461ec95198d25a43ae (diff) | |
download | gcc-0c0f8409195c21e9852d900f2f14560641e2d7da.zip gcc-0c0f8409195c21e9852d900f2f14560641e2d7da.tar.gz gcc-0c0f8409195c21e9852d900f2f14560641e2d7da.tar.bz2 |
config.gcc: Do not build a shared libgcc for arm-none-eabi.
* config.gcc: Do not build a shared libgcc for arm-none-eabi.
[[Split portion of a mixed commit.]]
From-SVN: r87503.2
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d581ec8..b29684f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-14 Mark Mitchell <mark@codesourcery.com> + + * config.gcc: Do not build a shared libgcc for arm-none-eabi. + 2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk> * c-tree.h (struct c_declspecs): Add const_p, volatile_p and |