aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-09 00:22:56 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-09 00:22:56 +0000
commit4254bbfe511fdc71611d4e510d071f2b2f7e6b73 (patch)
tree1a06bce805d4a70549f28cba021cd7a17d6c8415
parent435d189521ed8734e79969f90db0f8886e009466 (diff)
downloadgcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.zip
gcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.tar.gz
gcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.tar.bz2
uclinux.opt: New.
* config/m68k/uclinux.opt: New. * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. From-SVN: r169958
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc1
-rw-r--r--gcc/config/m68k/uclinux.opt33
3 files changed, 39 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6c695c1..42062fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
2011-02-08 Joseph Myers <joseph@codesourcery.com>
diff --git a/gcc/config.gcc b/gcc/config.gcc
index cc069cd..54b822e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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
index 0000000..c8bcafe
--- /dev/null
+++ b/gcc/config/m68k/uclinux.opt
@@ -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.