From patchwork Wed Feb 16 23:03:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add -static-libc option to m68k/uclinux.opt From: "Joseph S. Myers" X-Patchwork-Id: 83410 Message-Id: To: gcc-patches@gcc.gnu.org Date: Wed, 16 Feb 2011 23:03:05 +0000 (UTC) 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 * 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.