diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-06 00:07:32 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-06 00:07:32 +0000 |
commit | d6959f5196bc7153040b94f2ba8fde0fdb293f70 (patch) | |
tree | 1f0a0297215aaea14b284dff6fe6197160bac824 /gcc/config/rtems.opt | |
parent | 9de27403457ffe6d85783946fefd79b0cee63c4c (diff) | |
download | gcc-d6959f5196bc7153040b94f2ba8fde0fdb293f70.tar.gz |
* config/rtems.opt: New.
* config.gcc (*-*-rtems*): Use rtems.opt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rtems.opt')
-rw-r--r-- | gcc/config/rtems.opt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt new file mode 100644 index 00000000000..053ab8f096d --- /dev/null +++ b/gcc/config/rtems.opt @@ -0,0 +1,33 @@ +; 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. |