http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55091
Bug #: 55091
Summary: libgo testsuite doesn't support
--target_board='unix{-mx32}'
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: [email protected]
ReportedBy: [email protected]
My Linux/x86-64 GCC supports -m32, -m64 and -mx32. I am using
# make check RUNTESTFLAGS="--target_board='unix{-mx32}'"
to only run -mx32 test. But libgo runs all 3 -m32, -m64 and -mx32
tests, instead of just -mx32.