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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 678fa2e609..70c4447bb9 100644 --- a/configure.ac +++ b/configure.ac @@ -608,9 +608,6 @@ dnl If gcc, make sure it's at least 3.0 dnl FP_GCC_VERSION -dnl ** See whether gcc supports -no-pie -FP_GCC_SUPPORTS_NO_PIE - dnl ** look to see if we have a C compiler using an llvm back end. dnl FP_CC_LLVM_BACKEND |