termux-packages/packages/busybox
Leonid Pliushch 3720c734f7 busybox: selectively disable optimization for certain functions
asm volatile("":::"memory") doesn't work reliably, so it is better to disable
optimization for whole function where INIT_G() or similar is used to avoid
instruction reordering.

Covers following issues:

 * https://github.com/termux/termux-packages/issues/2488
 * https://github.com/termux/termux-packages/issues/3216
2019-11-12 04:14:02 +02:00
..
0000-use-clang.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0001-clang-fix.patch busybox: selectively disable optimization for certain functions 2019-11-12 04:14:02 +02:00
0002-hardcoded-paths-fix.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0003-strchrnul-fix.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0004-missing-syscalls.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0005-no-change-identity.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0006-no-crypt.h.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0007-miscutils-crond.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0008-miscutils-crontab.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0009-networking-ftpd-no-chroot.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0010-networking-httpd-default-port.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0011-networking-telnetd-default-port.patch busybox: update patches 2019-11-12 02:51:21 +02:00
0012-networking-tftp-no-chroot.patch busybox: update patches 2019-11-12 02:51:21 +02:00
build.sh busybox: selectively disable optimization for certain functions 2019-11-12 04:14:02 +02:00
busybox.config busybox: update to 1.31.1 2019-11-11 21:30:21 +02:00