diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-17 16:45:18 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-17 16:45:18 +0000 |
commit | a6dd4377db60b178e36d485d960c3fe63a07f157 (patch) | |
tree | 42230ba6fd1f66bf59adec9cc783a34bb3aa0174 /gcc/config | |
parent | cfd688eafec70fd73d705a843c5eca3ca83372a9 (diff) | |
download | gcc-a6dd4377db60b178e36d485d960c3fe63a07f157.zip gcc-a6dd4377db60b178e36d485d960c3fe63a07f157.tar.gz gcc-a6dd4377db60b178e36d485d960c3fe63a07f157.tar.bz2 |
interix.opt: New.
* config/interix.opt: New.
* config/interix.h (LINK_SPEC): Don't handle -soname*.
* config.gcc (i[34567]86-*-interix3*): Use interix.opt.
From-SVN: r167992
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/interix.h | 1 | ||||
-rw-r--r-- | gcc/config/interix.opt | 33 |
2 files changed, 33 insertions, 1 deletions
diff --git a/gcc/config/interix.h b/gcc/config/interix.h index aa38712..e9d1cc2 100644 --- a/gcc/config/interix.h +++ b/gcc/config/interix.h @@ -50,7 +50,6 @@ for windows/multi thread */ %{shared:--shared -Bdynamic} \ %{G:--shared -Bdynamic} \ %{symbolic:--shared -Bsymbolic -Bdynamic} \ - %{soname*:--soname %*} \ %{rpath*:--rpath %*} \ " diff --git a/gcc/config/interix.opt b/gcc/config/interix.opt new file mode 100644 index 0000000..5c95b25 --- /dev/null +++ b/gcc/config/interix.opt @@ -0,0 +1,33 @@ +; Interix 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. + +dynamic +Driver + +G +Driver + +; This comment is to ensure we retain the blank line above. |