diff options
author | Rob Landley <rob@landley.net> | 2015-08-29 22:12:56 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-08-29 22:12:56 -0500 |
commit | 8c588d822a4771420fa32571693f728e809bb2f2 (patch) | |
tree | 7a7b94434373ad6bc3a8bd71ea1016c8318ae8bc /scripts | |
parent | 9215cbc062f85cd285d8906a0b36941fa44d06c7 (diff) | |
download | toybox-8c588d822a4771420fa32571693f728e809bb2f2.tar.gz |
Menuconfig option for musl-libc pretending mmu is just pining for the fijords.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 031e97e0..ce8c0266 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -89,6 +89,7 @@ EOF #include <unistd.h> int main(int argc, char *argv[]) { return fork(); } EOF + echo -e '\tdepends on !TOYBOX_MUSL_NOMMU_IS_BROKEN' } genconfig() |