aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2004-09-14 19:58:43 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2004-09-14 19:58:43 +0000
commit0c0f8409195c21e9852d900f2f14560641e2d7da (patch)
tree9a7e35a83cc7ea9331c840cf7ac66728de74f2fd
parentd1768069410858ba003f30461ec95198d25a43ae (diff)
downloadgcc-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/ChangeLog4
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