From c3d2818dbcbd655056d654732e7078cfea5ff132 Mon Sep 17 00:00:00 2001 From: amylaar Date: Wed, 18 Nov 2009 14:49:32 +0000 Subject: [PATCH] Remove ICI "-export-dynamic -ldl" configure patch - in gcc 4.5, the gcc subdirectory configure implements the required functionality, e.g. it adds the options "-rdynamic -ldl" for i686-pc-linux-gnu. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154295 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 10 ---------- configure.ac | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/configure b/configure index 5a841c22ece..c6a848bc6a7 100755 --- a/configure +++ b/configure @@ -7904,16 +7904,6 @@ case "${target}" in ;; esac -# Plugin-specific flags -case "${target}" in - *-*-darwin*) - FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -dynamic -ldl" - ;; - *) - FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -export-dynamic -ldl" - ;; -esac - # Makefile fragments. for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag; do diff --git a/configure.ac b/configure.ac index e5883234bdb..5f7f9d1d33f 100644 --- a/configure.ac +++ b/configure.ac @@ -3060,16 +3060,6 @@ case "${target}" in ;; esac -# Plugin-specific flags -case "${target}" in - *-*-darwin*) - FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -dynamic -ldl" - ;; - *) - FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -export-dynamic -ldl" - ;; -esac - # Makefile fragments. for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag; do -- 2.11.4.GIT