Commit 93325d3e authored by Keegan McAllister's avatar Keegan McAllister Committed by Keith Winstein
Browse files

Include -fPIE when we check for $LD -pie

configure's linker flag check also compiles a C++ program.  g++ -pie informs
both the compiler and linker, but clang++ -Wl,-pie is only a linker flag, and
the linker will complain that the code hasn't been compiled as
position-independent.
parent 8c16ca81
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment