diff options
author | Richard Guenther <rguenther@suse.de> | 2006-01-20 21:33:25 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-01-20 21:33:25 +0000 |
commit | b615db81a92dd122cf4cc948cc07f9f6f095388d (patch) | |
tree | 60e8efcd9866b93595080235d3954b0167272337 /libssp/configure | |
parent | cba43cb6bacb99d1ecc3ae48cf0a79e6046c71a6 (diff) | |
download | gcc-b615db81a92dd122cf4cc948cc07f9f6f095388d.zip gcc-b615db81a92dd122cf4cc948cc07f9f6f095388d.tar.gz gcc-b615db81a92dd122cf4cc948cc07f9f6f095388d.tar.bz2 |
configure.ac: Use -fPIC for symbol versioning test.
2006-01-20 Richard Guenther <rguenther@suse.de>
* configure.ac: Use -fPIC for symbol versioning test.
* configure: Regenerate.
From-SVN: r110040
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 e603acc..396bf5c 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 |