busybox: remove i386-specific build flags
authorMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 9 Mar 2018 11:19:37 +0000 (12:19 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 12 Mar 2018 11:49:03 +0000 (12:49 +0100)
commitb8d9a064f08614ac6f6b0ec26eab1450cf8b7544
treedb1c2dabba2b2320499e7abf4c44cd3117e0c633
parent61eee1adfbc9433b08b53f44804d4fb8d8d25f38
busybox: remove i386-specific build flags

busybox tries to be smart and passes a number of additional flags to the
compiler. Unfortunately, the i386-specific flags break ABI compatiblity
with libc.

Fixes busybox crashes observed on x86-generic with GCC 7.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
package/utils/busybox/patches/111-i386_no_arch_flags.patch [new file with mode: 0644]