[PATCH, go]: Compile go checks with $(GOCFLAGS)

2011-07-06 Thread Uros Bizjak
Hello! IMO, it makes sense to compile go tests with the same pack of flags as the library. Additionally, this solves an issue with extra compile flags (i.e. -mieee) that needs to be added to handle NaN/Inf. Patch was tested on x86_64-pc-linux-gnu {, -m32} and alphaev68-pc-linux-gnu (where the pat

Re: [PATCH, go]: Compile go checks with $(GOCFLAGS)

2011-07-06 Thread Ian Lance Taylor
Uros Bizjak writes: > IMO, it makes sense to compile go tests with the same pack of flags as > the library. Additionally, this solves an issue with extra compile > flags (i.e. -mieee) that needs to be added to handle NaN/Inf. > > Patch was tested on x86_64-pc-linux-gnu {, -m32} and > alphaev68-pc