diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
commit | 99476502f926fb6e5d61126c3b672f3f6f357d5d (patch) | |
tree | d8887c28536e559ed62c57f808f3407e439cf299 /util-linux/setarch.c | |
parent | 77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff) | |
download | busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.bz2 busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip |
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r-- | util-linux/setarch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index 57051a683..cf8ef0064 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //config:config SETARCH | 9 | //config:config SETARCH |
10 | //config: bool "setarch (3.6 kb)" | 10 | //config: bool "setarch (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 12 | //config: help |
14 | //config: The linux32 utility is used to create a 32bit environment for the | 13 | //config: The linux32 utility is used to create a 32bit environment for the |
15 | //config: specified program (usually a shell). It only makes sense to have | 14 | //config: specified program (usually a shell). It only makes sense to have |
@@ -19,14 +18,12 @@ | |||
19 | //config:config LINUX32 | 18 | //config:config LINUX32 |
20 | //config: bool "linux32 (3.3 kb)" | 19 | //config: bool "linux32 (3.3 kb)" |
21 | //config: default y | 20 | //config: default y |
22 | //config: select PLATFORM_LINUX | ||
23 | //config: help | 21 | //config: help |
24 | //config: Alias to "setarch linux32". | 22 | //config: Alias to "setarch linux32". |
25 | //config: | 23 | //config: |
26 | //config:config LINUX64 | 24 | //config:config LINUX64 |
27 | //config: bool "linux64 (3.3 kb)" | 25 | //config: bool "linux64 (3.3 kb)" |
28 | //config: default y | 26 | //config: default y |
29 | //config: select PLATFORM_LINUX | ||
30 | //config: help | 27 | //config: help |
31 | //config: Alias to "setarch linux64". | 28 | //config: Alias to "setarch linux64". |
32 | 29 | ||