Add clang check for -nopie option
The -no-pie option is not available in clang until 6.0. Per the
documentation, -nopie serves the same purpose as -no-pie (but not
-fno-pie). Hence, use the -nopie option when clang is in use as the CC.
Fixes: #1237
Signed-off-by: Brenden Blanco <bblanco@gmail.com>
Showing
Please register or sign in to comment