diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2011-09-06 20:02:24 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2011-09-06 20:02:24 +0000 |
commit | cf8fd3097aff02f561ab0f960b107830a8d90168 (patch) | |
tree | 6cc5cf177df2f3fc0ec78d3abd99f70c4298964b | |
parent | f61fc3987bbf4c879a74926d464bb63fc3c60427 (diff) | |
download | gcc-cf8fd3097aff02f561ab0f960b107830a8d90168.zip gcc-cf8fd3097aff02f561ab0f960b107830a8d90168.tar.gz gcc-cf8fd3097aff02f561ab0f960b107830a8d90168.tar.bz2 |
* config/darwin10.h Remove duplicate LIB_SPEC.
From-SVN: r178609
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin10.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf50b80..465393a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-09-06 Iain Sandoe <iains@gcc.gnu.org> + + * config/darwin10.h Remove duplicate LIB_SPEC. + 2011-09-06 Enkovich Ilya <ilya.enkovich@intel.com> PR middle-end/44382 diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index 5c20594..f52a91c 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. |