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
This commit is contained in:
John Marino 2015-07-09 21:04:41 +00:00 committed by Andreas Tobler
parent 89be2b1bae
commit 4d1ab2d63e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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*] } {