From a24295758beff40825bf3b1fcb35f908a5829242 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 17 Feb 2020 04:11:07 -0600 Subject: Rename config symbol now that we've worked around the worst of the breakage. --- scripts/genconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 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 -- cgit v1.2.3