mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 12:58:23 +00:00
d059ce28f5
The package uses the host compiler to build the dtc binary. With gcc-10, the option -fno-common is now the default behavior. Thus multiple definitions of the same variable are now forbidden and results in following error during linking: HOSTLD scripts/dtc/dtc /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status The easiest workaround is to add the upstream commit 018921ee79d3 ("Remove redundant YYLOC global declaration"). Signed-off-by: Sven Eckelmann <sven@narfation.org> |
||
---|---|---|
.. | ||
001-ARM-kirkwood-disable-dcache-for-Kirkwood-boards.patch | ||
002-yylloc-redefinition.patch | ||
007-nsa310-uboot-generic.patch | ||
008-nsa325-uboot-generic.patch | ||
010-pogoplug_v4.patch | ||
110-dockstar.patch | ||
120-iconnect.patch | ||
130-ib62x0.patch | ||
140-pogoplug_e02.patch | ||
150-goflexhome.patch | ||
200-openwrt-config.patch |