Add FR30 to list of targets for which -fpic is inappropriate.

From-SVN: r29551
This commit is contained in:
Nick Clifton 1999-09-21 16:42:20 +00:00 committed by Nick Clifton
parent b771925e7e
commit 3e3f78a69b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-09-21 Nick Clifton <nickc@cygnus.com>
* special/special.exp: Add FR30 to list of targets for which -fpic
is inappropriate.
1999-09-08 Geoffrey Keating <geoffk@cygnus.com> 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
* noncompile/noncompile.exp: Add poison-1.c. * noncompile/noncompile.exp: Add poison-1.c.

View File

@ -40,6 +40,7 @@ dg-init
if { [istarget rs6000-*-aix*] if { [istarget rs6000-*-aix*]
|| [istarget powerpc*-*-aix*] || [istarget powerpc*-*-aix*]
|| [istarget arm*-*-*] || [istarget arm*-*-*]
|| [istarget fr30-*-*]
} { } {
set extra_flags "" set extra_flags ""
} else { } else {