CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/02/14 11:13:59
Modified files:
devel/avr32/binutils: Makefile
devel/avr32/gcc: Makefile
devel/avr32/gcc-bootstrap: Makefile
Added files:
devel/avr32/binutils/patches: patch-gas_config_tc-avr32_c
devel/avr32/gcc/patches: patch-gcc_config_avr32_avr32_c
patch-gcc_config_avr32_avr32_opt
devel/avr32/gcc-bootstrap/patches:
patch-gcc_config_avr32_avr32_c
patch-gcc_config_avr32_avr32_opt
Log message:
devel/avr32/binutils, gcc-bootstrap, gcc: fix build with -fno-common
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 mechanism provided by the .opt file processing to initialize
these globals.
ok gnezdo@