Stijn Tintel 8ae3d5f9ca busybox: fix compilation with GCC 10
When compiling busybox with GCC 10 and CONFIG_PKG_ASLR_PIE_ALL=y, there
are hundreds of errors like:

relocation R_MIPS16_26 against `xzalloc' cannot be used when making a
shared object; recompile with -fPIC

Simply solve this by no longer disabling PKG_ASLR_PIE, so that $(FPIC)
is properly added to the CFLAGS and LDFLAGS.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-08-18 20:48:38 +03:00
..
2019-12-23 00:22:07 +01:00
2019-10-19 12:49:11 +02:00
2021-02-14 19:38:15 +01:00
2019-08-16 22:53:06 +02:00
2020-08-30 22:18:35 +02:00
2020-08-31 10:19:31 +01:00
2021-03-08 21:27:35 +00:00
2021-04-01 00:12:38 +02:00
2021-08-08 19:50:46 +02:00