aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-16 23:02:01 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-16 23:02:01 +0000
commit466f3f08ffc729039276bd3c24f60662290b0c3d (patch)
tree1054e6b73eea0b49e39fb8a2e95b52813196372f /gcc
parent8226cd7b77ab46aabc22550acaf5be612e0d5a39 (diff)
downloadgcc-466f3f08ffc729039276bd3c24f60662290b0c3d.zip
gcc-466f3f08ffc729039276bd3c24f60662290b0c3d.tar.gz
gcc-466f3f08ffc729039276bd3c24f60662290b0c3d.tar.bz2
* config/m68k/uclinux.opt (static-libc): New Driver option.
From-SVN: r170227
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/m68k/uclinux.opt3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d00e6d5..be7885c 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 c8bcafe..5376499 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.