From cc2191d76da8bb84bd4f52727b24a6b5bd94ec6b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 9 Apr 2021 22:39:49 +0200 Subject: update busybox/hush to latest --- package/busybox/config/Config.in | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'package/busybox/config/Config.in') diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index 36b047540..6f19502f4 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -312,7 +312,6 @@ config BUSYBOX_BUSYBOX_EXEC_PATH config BUSYBOX_SELINUX bool "Support NSA Security Enhanced Linux" default n - select BUSYBOX_PLATFORM_LINUX help Enable support for SELinux in applets ls, ps, and id. Also provide the option of compiling in SELinux applets. @@ -358,17 +357,6 @@ config BUSYBOX_FEATURE_SYSLOG #This option is auto-selected when you select any applet which may #send its output to syslog. You do not need to select it manually. -config BUSYBOX_PLATFORM_LINUX - bool #No description makes it a hidden option - default n - #help - #For the most part, busybox requires only POSIX compatibility - #from the target system, but some applets and features use - #Linux-specific interfaces. - # - #This is automatically selected if any applet or feature requires - #Linux-specific interfaces. You do not need to select it manually. - comment 'Build Options' config BUSYBOX_STATIC @@ -541,6 +529,14 @@ config BUSYBOX_STACK_OPTIMIZATION_386 do not work with it (they use SSE instructions without ensuring stack alignment). +config BUSYBOX_STATIC_LIBGCC + bool "Use -static-libgcc" + default y + help + This option instructs gcc to link in a static version of its + support library, libgcc. This means that the binary will require + one fewer dynamic library at run time. + comment 'Installation Options ("make install" behavior)' choice -- cgit v1.2.3