From 4254bbfe511fdc71611d4e510d071f2b2f7e6b73 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 9 Feb 2011 00:22:56 +0000 Subject: uclinux.opt: New. * config/m68k/uclinux.opt: New. * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. From-SVN: r169958 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 1 + gcc/config/m68k/uclinux.opt | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 gcc/config/m68k/uclinux.opt (limited to 'gcc') 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 + * config/m68k/uclinux.opt: New. + * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. + +2011-02-08 Joseph Myers + * config/cris/elf.opt (sim): New Driver option. 2011-02-08 Joseph Myers 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 +; . + +; 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. -- cgit v1.1