Commit 0d6be0b1 by Gregor Richards Committed by Szabolcs Nagy

[rs6000] Enable secureplt by default on musl

	* config.gcc (enable_secureplt): Add *-linux*-musl*.


Co-Authored-By: Szabolcs Nagy <szabolcs.nagy@arm.com>

From-SVN: r229268
parent 0a8c1e23
2015-10-23 Gregor Richards <gregor.richards@uwaterloo.ca>
Szabolcs Nagy <szabolcs.nagy@arm.com>
* config.gcc (enable_secureplt): Add *-linux*-musl*.
2015-10-23 Jeff Law <law@redhat.com>
PR tree-optimization/67830
......@@ -2443,6 +2443,10 @@ powerpc*-*-linux*)
powerpc*-*-linux*paired*)
tm_file="${tm_file} rs6000/750cl.h" ;;
esac
case ${target} in
*-linux*-musl*)
enable_secureplt=yes ;;
esac
if test x${enable_secureplt} = xyes; then
tm_file="rs6000/secureplt.h ${tm_file}"
fi
......
Markdown is supported
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