openwrt/package
Sven Eckelmann f33dc315cb uboot-tegra: 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
..
base-files OpenWrt v19.07.8: revert to branch defaults 2021-08-01 18:46:20 +02:00
boot uboot-tegra: Fix build with GCC-10 as host compiler 2021-09-13 13:06:02 +02:00
devel perf: build with NO_LIBCAP=1 2020-05-05 00:05:28 +02:00
firmware wireless-regdb: Update to version 2020.11.20 2020-12-16 22:23:52 +01:00
kernel ath10k-ct: add security fixes 2021-07-02 17:15:44 +02:00
libs openssl: bump to 1.1.1l 2021-08-30 17:15:37 +02:00
network dropbear: Fix CVE-2020-36254 2021-05-03 20:08:53 +02:00
system ubus: update to version 2021-07-01 2021-07-29 21:50:28 +02:00
utils busybox: delete redundant patch 2020-08-12 11:10:16 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:22:37 +02:00