aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/openbsd.opt
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-30 22:20:56 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-30 22:20:56 +0000
commit5369e2d4d974d594ada155f4f380ea500d208fe8 (patch)
treede83812aa548d06091ee78f45fe91450f398c124 /gcc/config/openbsd.opt
parent22199294993ea64f9b1346e12f778c573661348c (diff)
downloadgcc-5369e2d4d974d594ada155f4f380ea500d208fe8.zip
gcc-5369e2d4d974d594ada155f4f380ea500d208fe8.tar.gz
gcc-5369e2d4d974d594ada155f4f380ea500d208fe8.tar.bz2
openbsd.opt: New.
* config/openbsd.opt: New. * config.gcc (alpha*-*-openbsd*, i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123], i[34567]86-*-openbsd*, m68k*-*-openbsd*, mips*-*-openbsd*, sparc64-*-openbsd*, vax-*-openbsd*): Use openbsd.opt. From-SVN: r168358
Diffstat (limited to 'gcc/config/openbsd.opt')
-rw-r--r--gcc/config/openbsd.opt33
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/config/openbsd.opt b/gcc/config/openbsd.opt
new file mode 100644
index 0000000..b27a468
--- /dev/null
+++ b/gcc/config/openbsd.opt
@@ -0,0 +1,33 @@
+; OpenBSD 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.
+
+posix
+Driver
+
+pthread
+Driver
+
+; This comment is to ensure we retain the blank line above.