Re: [PATCH, libgo] Backport fix for compiler flags in mksysinfo.sh to gcc 4.9

2015-01-05 Thread Lynn A. Boger
This one should not be backported. It was submitted but not added upstream. Sorry for the confusion. On 12/30/2014 01:33 PM, Lynn A. Boger wrote: Hi, Please backport the change from https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00713.html to gcc 4.9. 2014-12-30 Lynn Boger * libgo/m

Re: [PATCH, libgo] Backport fix for compiler flags in mksysinfo.sh to gcc 4.9

2014-12-31 Thread Ian Lance Taylor
On Tue, Dec 30, 2014 at 11:33 AM, Lynn A. Boger wrote: > Hi, > > Please backport the change from > https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00713.html to gcc 4.9. > > 2014-12-30 Lynn Boger > > * libgo/mksysinfo.sh: Add the same compiler flags used by configure to > detect whether off64

[PATCH, libgo] Backport fix for compiler flags in mksysinfo.sh to gcc 4.9

2014-12-30 Thread Lynn A. Boger
Hi, Please backport the change from https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00713.html to gcc 4.9. 2014-12-30 Lynn Boger * libgo/mksysinfo.sh: Add the same compiler flags used by configure to detect whether off64_t is present when generating the go structures for C types.