From c2994c1a1c51b06c41fbd0fffa1aa20b737ceb52 Mon Sep 17 00:00:00 2001 From: Easton Elliott Date: Tue, 5 May 2015 22:41:34 -0600 Subject: [PATCH] Add --disable-nls to bash. Saves 4MB on the Docker template and 1.1MB on the ISO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbb91a..cde1b1d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ make DESTDIR=/sysroot/path install To compile Bash 4.3: ``` -CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- ./configure --enable-static-link --enable-largefile --prefix=/path/to/install --without-bash-malloc --enable-net-redirections --host=i486-linux-musl --target=i486-linux-musl -C +CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- ./configure --enable-static-link --enable-largefile --prefix=/path/to/install --without-bash-malloc --enable-net-redirections --host=i486-linux-musl --target=i486-linux-musl --disable-nls -C CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- make make install