Re: devel/avr32 -fno-common fixes

2021-02-13 Thread Greg Steuck
Christian Weisgerber writes: > The GNU toolchain explicitly avoids common variables. Whoever > hacked up this derived version didn't understand that. > > * binutils: Since linkrelax is already defined as a global variable, > it is already initialized to 0, so we can simply drop this >

devel/avr32 -fno-common fixes

2021-02-12 Thread Christian Weisgerber
The GNU toolchain explicitly avoids common variables. Whoever hacked up this derived version didn't understand that. * binutils: Since linkrelax is already defined as a global variable, it is already initialized to 0, so we can simply drop this initialization. * gcc-bootstrap, gcc: Use the