* config/darwin10.h Remove duplicate LIB_SPEC.
authorIain Sandoe <iains@gcc.gnu.org>
Tue, 6 Sep 2011 20:02:24 +0000 (20:02 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 6 Sep 2011 20:02:24 +0000 (20:02 +0000)
From-SVN: r178609

gcc/ChangeLog
gcc/config/darwin10.h

index bf50b80f79bddfad1f87baf01154ba846e756904..465393aff13ec94e2c64dfd9e74ca09b646d05d7 100644 (file)
@@ -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
index 5c205945cdcf59bf88ca7993884ca01e9e3f8f43..f52a91c382167549470347433c9992a06cbd161b 100644 (file)
@@ -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.