Commit cd33a412 by Joseph Myers Committed by Joseph Myers

rtems.opt: New.

	* config/rtems.opt: New.
	* config.gcc (*-*-rtems*): Use rtems.opt.

From-SVN: r168529
parent 8c9f4dfa
2011-01-05 Joseph Myers <joseph@codesourcery.com>
* config/rtems.opt: New.
* config.gcc (*-*-rtems*): Use rtems.opt.
2011-01-05 Changpeng Fang <changpeng.fang@amd.com> 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
* config/i386/i386.c (ix86_option_override_internal): Bulldozer * config/i386/i386.c (ix86_option_override_internal): Bulldozer
......
# GCC target-specific configuration file. # GCC target-specific configuration file.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
# 2008, 2009, 2010 Free Software Foundation, Inc. # 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
#This file is part of GCC. #This file is part of GCC.
...@@ -653,6 +653,7 @@ case ${target} in ...@@ -653,6 +653,7 @@ case ${target} in
case ${enable_threads} in case ${enable_threads} in
yes) thread_file='rtems' ;; yes) thread_file='rtems' ;;
esac esac
extra_options="${extra_options} rtems.opt"
use_gcc_stdint=wrap use_gcc_stdint=wrap
;; ;;
*-*-uclinux*) *-*-uclinux*)
......
; RTEMS options.
; Copyright (C) 2010, 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.
qnolinkcmds
Driver
qrtems
Driver
; This comment is to ensure we retain the blank line above.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment