[PATCH] Improve binutils testsuite coverage for GNU/Hurd (and kFreeBSD?)
Alan Modra
amodra@gmail.com
Tue Nov 2 03:15:00 GMT 2010
On Thu, Oct 28, 2010 at 12:38:23PM +0200, Thomas Schwinge wrote:
> +proc setup_xfail_gnu_hurd {} {
> + global target_triplet
> + switch -regexp $target_triplet {
> + ^\[^-\]*-\[^-\]*-gnu.*$ {
> + setup_xfail "*-*-*"
> + }
> + }
> +}
What am I missing? Why not just
setup_xfail "*-*-gnu*"
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list