diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-10 23:48:27 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-10 23:48:39 -0500 |
commit | 60bb9d1ccaa27fe6490ece215deb38ad288a9889 (patch) | |
tree | b29e0b32489ab5fff0091fc62c6499c0d91530b2 /distrib | |
parent | 03e8d26fe0a8f7981a76550118f3c584cad76c47 (diff) | |
download | haskell-60bb9d1ccaa27fe6490ece215deb38ad288a9889.tar.gz |
Revert "Pass -no-pie to GCC"
This reverts commit bae4a55b1fb403f610b4b55a1b6fb3f03e9c2026.
This will be superceded by D2693.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index e733f64bbe..0ae716b112 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -90,7 +90,6 @@ FIND_LD([LdCmd]) AC_SUBST([LdCmd]) FP_GCC_VERSION -FP_GCC_SUPPORTS_NO_PIE AC_PROG_CPP FP_PROG_LD_IS_GNU |