diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-20 21:33:25 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-20 21:33:25 +0000 |
commit | 2965360cafea2e52a76ef477803729e24f13990c (patch) | |
tree | 60e8efcd9866b93595080235d3954b0167272337 /libssp/configure | |
parent | 8f399589922c25f04e19d5780b908fa517d05020 (diff) | |
download | gcc-2965360cafea2e52a76ef477803729e24f13990c.tar.gz |
2006-01-20 Richard Guenther <rguenther@suse.de>
* configure.ac: Use -fPIC for symbol versioning test.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/configure')
-rwxr-xr-x | libssp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssp/configure b/libssp/configure index e603accfb82..396bf5c355b 100755 --- a/libssp/configure +++ b/libssp/configure @@ -3404,7 +3404,7 @@ FOO_1.0 { }; EOF save_LDFLAGS="$LDFLAGS" -LDFLAGS="$LDFLAGS -shared -Wl,--version-script,./conftest.map" +LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF |