diff options
author | Rob Landley <rob@landley.net> | 2020-02-17 04:11:07 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-02-17 04:11:07 -0600 |
commit | a24295758beff40825bf3b1fcb35f908a5829242 (patch) | |
tree | 5b28452c918e88438c5ea13136bda1d64129203a /scripts | |
parent | bc287a20ddb6028c10ff2330822d73f41ca32748 (diff) | |
download | toybox-a24295758beff40825bf3b1fcb35f908a5829242.tar.gz |
Rename config symbol now that we've worked around the worst of the breakage.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index cc2bd764..b5637f86 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -92,7 +92,7 @@ EOF #include <unistd.h> int main(int argc, char *argv[]) { return fork(); } EOF - echo -e '\tdepends on !TOYBOX_MUSL_NOMMU_IS_BROKEN' + echo -e '\tdepends on !TOYBOX_FORCE_NOMMU' probesymbol TOYBOX_PRLIMIT << EOF #include <sys/types.h> |