diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-06 20:02:24 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-06 20:02:24 +0000 |
commit | 2c67d00c5c309d3d8eb2563ecdc62acfd681fdec (patch) | |
tree | 6cc5cf177df2f3fc0ec78d3abd99f70c4298964b /gcc/config/darwin10.h | |
parent | 3082eeb7fd7a19f7228001b05f1d265aa8cd6821 (diff) | |
download | gcc-2c67d00c5c309d3d8eb2563ecdc62acfd681fdec.tar.gz |
* config/darwin10.h Remove duplicate LIB_SPEC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178609 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin10.h')
-rw-r--r-- | gcc/config/darwin10.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index 5c205945cdc..f52a91c3821 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -18,9 +18,6 @@ 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/>. */ -#undef LIB_SPEC -#define LIB_SPEC "%{!static: -lSystem }" - /* Fix PR41260 by passing -no_compact_unwind on darwin10 and later until unwinder in libSystem is fixed to digest new epilog unwinding notes. |