diff options
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. |