Add -static-libc option to m68k/uclinux.opt

Joseph S. Myers joseph@codesourcery.com
Wed Feb 16 23:24:00 GMT 2011


In my first pass over specs for options not in .opt files I missed the
m68k-uclinux -static-libc option.  I've now committed this patch to
add it to m68k/uclinux.opt.  Tested building cc1 and xgcc for cross to
m68k-uclinux.

2011-02-16  Joseph Myers  <joseph@codesourcery.com>

	* config/m68k/uclinux.opt (static-libc): New Driver option.

Index: gcc/config/m68k/uclinux.opt
===================================================================
--- gcc/config/m68k/uclinux.opt	(revision 170224)
+++ gcc/config/m68k/uclinux.opt	(working copy)
@@ -30,4 +30,7 @@ Driver
 elf2flt=
 Driver JoinedOrMissing
 
+static-libc
+Driver
+
 ; This comment is to ensure we retain the blank line above.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list