diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-18 01:30:13 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-18 01:30:13 +0000 |
commit | f466b0a05634a5f36ea2ac6debd1855567ed8b36 (patch) | |
tree | 1747e8778f840f7eba57573e0b7d6830495d93a2 /gcc/config/netbsd.opt | |
parent | 76be94d81b3e8f5efebef61728b28cfec91e5301 (diff) | |
download | gcc-f466b0a05634a5f36ea2ac6debd1855567ed8b36.tar.gz |
* config/netbsd.opt, config/netbsd-elf.opt: New files.
* config.gcc (alpha*-*-netbsd*, arm*-*-netbsdelf*, arm*-*-netbsd*,
i[34567]86-*-netbsdelf*, i[34567]86-*-netbsd*, x86_64-*-netbsd*,
m68k*-*-netbsdelf*, mips*-*-netbsd*, powerpc-*-netbsd*,
sh*-*-netbsd*, sparc-*-netbsdelf*, sparc64-*-netbsd*,
vax-*-netbsdelf*, vax-*-netbsd*): Use these .opt files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/netbsd.opt')
-rw-r--r-- | gcc/config/netbsd.opt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc/config/netbsd.opt b/gcc/config/netbsd.opt new file mode 100644 index 00000000000..f90fb029e2f --- /dev/null +++ b/gcc/config/netbsd.opt @@ -0,0 +1,36 @@ +; NetBSD options. + +; Copyright (C) 2010 +; 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. + +assert= +Driver JoinedOrMissing + +posix +Driver + +pthread +Driver + +; This comment is to ensure we retain the blank line above. |