diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-16 23:02:01 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-16 23:02:01 +0000 |
commit | 10c4d3687b9be0f93c6ecbcd534dc98e243f8d2a (patch) | |
tree | 1054e6b73eea0b49e39fb8a2e95b52813196372f | |
parent | 01440cd123fa4cc0889954969f7fcc19bd78ed57 (diff) | |
download | gcc-10c4d3687b9be0f93c6ecbcd534dc98e243f8d2a.tar.gz |
* config/m68k/uclinux.opt (static-libc): New Driver option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170227 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m68k/uclinux.opt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d00e6d530b1..be7885c41ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-16 Joseph Myers <joseph@codesourcery.com> + * config/m68k/uclinux.opt (static-libc): New Driver option. + +2011-02-16 Joseph Myers <joseph@codesourcery.com> + * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*. 2011-02-16 Joseph Myers <joseph@codesourcery.com> diff --git a/gcc/config/m68k/uclinux.opt b/gcc/config/m68k/uclinux.opt index c8bcafe9c17..53764995244 100644 --- a/gcc/config/m68k/uclinux.opt +++ b/gcc/config/m68k/uclinux.opt @@ -30,4 +30,7 @@ Driver elf2flt= Driver JoinedOrMissing +static-libc +Driver + ; This comment is to ensure we retain the blank line above. |