mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
af5c8856f8
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-yylloc-redefinition.patch | ||
002-add-olimex-a13-som.patch | ||
003-add-theobroma-a31-pangolin.patch | ||
062-A20-improve-gmac-upload.patch | ||
063-fix-lime2-revK-add-micrel-PHY.patch | ||
091-sun6i-sync-PLL1-multdiv-with-Boot1.patch | ||
093-sun6i-fix-PLL-LDO-voltselect.patch | ||
100-sun6i-alternate-on-UART2.patch | ||
101-sun6i-support-console-on-UART2.patch | ||
102-sunxi-make_CONS_INDEX-configurable.patch | ||
200-mkimage-check-environment-for-dtc-binary-location.patch | ||
210-sunxi-deactivate-binman.patch | ||
221-compatible-old-dtc.patch | ||
230-disable-axp209-on-a13-olinuxino.diff | ||
240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch |