openwrt/package/boot/uboot-sunxi/patches
Sven Eckelmann af5c8856f8 uboot-sunxi: Fix build with GCC-10 as host compiler
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>
2021-09-13 13:06:02 +02:00
..
001-yylloc-redefinition.patch uboot-sunxi: Fix build with GCC-10 as host compiler 2021-09-13 13:06:02 +02:00
002-add-olimex-a13-som.patch uboot-sunxi: update to version 2017.07 2017-09-18 18:36:26 +02:00
003-add-theobroma-a31-pangolin.patch uboot-sunxi: bump to 2019.01 2019-03-13 22:42:38 +01:00
062-A20-improve-gmac-upload.patch uboot-sunxi: bump to 2019.01 2019-03-13 22:42:38 +01:00
063-fix-lime2-revK-add-micrel-PHY.patch uboot-sunxi: add fix for A20-OLinuXino-Lime2-eMMC rev. K boards 2019-03-13 22:43:13 +01:00
091-sun6i-sync-PLL1-multdiv-with-Boot1.patch uboot-sunxi: update to version 2018.05 2018-06-18 07:10:20 +02:00
093-sun6i-fix-PLL-LDO-voltselect.patch uboot-sunxi: update to version 2018.05 2018-06-18 07:10:20 +02:00
100-sun6i-alternate-on-UART2.patch uboot-sunxi: Update to version 2018.11 2019-01-13 17:35:14 +01:00
101-sun6i-support-console-on-UART2.patch uboot-sunxi: Update to version 2018.11 2019-01-13 17:35:14 +01:00
102-sunxi-make_CONS_INDEX-configurable.patch uboot-sunxi: bump to 2019.01 2019-03-13 22:42:38 +01:00
200-mkimage-check-environment-for-dtc-binary-location.patch uboot-sunxi: Update to version 2018.11 2019-01-13 17:35:14 +01:00
210-sunxi-deactivate-binman.patch uboot-sunxi: bump to 2019.01 2019-03-13 22:42:38 +01:00
221-compatible-old-dtc.patch uboot-sunxi: Update to version 2018.11 2019-01-13 17:35:14 +01:00
230-disable-axp209-on-a13-olinuxino.diff uboot-sunxi: disable AXP209 on Olimex A13 Olinuxino 2019-01-13 17:35:14 +01:00
240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch uboot-sunxi: Orange Pi Zero Plus: Fix SdCard detection 2019-01-13 17:35:14 +01:00