uclinux.opt: New.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 9 Feb 2011 00:22:56 +0000 (00:22 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 9 Feb 2011 00:22:56 +0000 (00:22 +0000)
* config/m68k/uclinux.opt: New.
* config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.

From-SVN: r169958

gcc/ChangeLog
gcc/config.gcc
gcc/config/m68k/uclinux.opt [new file with mode: 0644]

index 6c695c1a06a821827a4e2a7519e31ef7c61f32d1..42062fb10c7f52e029c29a7fee1d3f254023bed1 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/m68k/uclinux.opt: New.
+       * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
+
 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
 
        * config/cris/elf.opt (sim): New Driver option.
index cc069cd3d47849269382c5bbf7bd9d3c25b72605..54b822eb4194d565021b27295093b12fc9c593ae 100644 (file)
@@ -1768,6 +1768,7 @@ m68k-*-uclinux*)          # Motorola m68k/ColdFire running uClinux
        default_m68k_cpu=68020
        default_cf_cpu=5206
        tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
+       extra_options="${extra_options} m68k/uclinux.opt"
        tm_defines="${tm_defines} MOTOROLA=1"
        tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
        ;;
diff --git a/gcc/config/m68k/uclinux.opt b/gcc/config/m68k/uclinux.opt
new file mode 100644 (file)
index 0000000..c8bcafe
--- /dev/null
@@ -0,0 +1,33 @@
+; m68k/ColdFire uClinux options.
+
+; Copyright (C) 2011
+; Free Software Foundation, Inc.
+;
+; This file is part of GCC.
+;
+; GCC is free software; you can redistribute it and/or modify it under
+; the terms of the GNU General Public License as published by the Free
+; Software Foundation; either version 3, or (at your option) any later
+; version.
+;
+; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+; WARRANTY; without even the implied warranty of MERCHANTABILITY or
+; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+; for more details.
+;
+; You should have received a copy of the GNU General Public License
+; along with GCC; see the file COPYING3.  If not see
+; <http://www.gnu.org/licenses/>.
+
+; See the GCC internals manual (options.texi) for a description of
+; this file's format.
+
+; Please try to keep this file in ASCII collating order.
+
+elf2flt
+Driver
+
+elf2flt=
+Driver JoinedOrMissing
+
+; This comment is to ensure we retain the blank line above.