Browse Source

build system: fix "Config.in:117 error: Overlong line"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 10 months ago
parent
commit
465f05a420
1 changed files with 4 additions and 3 deletions
  1. 4 3
      Config.in

+ 4 - 3
Config.in

@@ -114,9 +114,10 @@ config TIME64
 	depends on LFS
 	help
 	Make times later than 2038 representable for several libc syscalls
-	(stat, clk_gettime etc.). Note this switch is specific to glibc and has
-	no effect on platforms that already use 64bit wide time types (i.e. all
-	64bit archs and some selected 32bit archs (currently riscv and x32)).
+	(stat, clk_gettime etc.). Note this switch is specific to glibc
+	and has no effect on platforms that already use 64bit wide time types
+	(i.e. all 64bit archs and some selected 32bit archs (currently riscv
+	and x32)).
 
 config PAM
 	bool "Support PAM (Pluggable Authentication Modules)"