Commit 4d1ab2d6 by John Marino Committed by Andreas Tobler

target-supports.exp (check_effective_target_pie): Add *-*-dragonfly*

2015-07-09  John Marino  <gnugcc@marino.st>

        * lib/target-supports.exp (check_effective_target_pie):
	Add *-*-dragonfly*

From-SVN: r225636
parent 89be2b1b
2015-07-09 John Marino <gnugcc@marino.st>
* lib/target-supports.exp (check_effective_target_pie):
Add *-*-dragonfly*
2015-07-09 Uros Bizjak <ubizjak@gmail.com>
PR target/66814
......
......@@ -974,6 +974,7 @@ proc check_effective_target_shared { } {
proc check_effective_target_pie { } {
if { [istarget *-*-darwin\[912\]*]
|| [istarget *-*-dragonfly*]
|| [istarget *-*-freebsd*]
|| [istarget *-*-linux*]
|| [istarget *-*-gnu*] } {
......
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