From d0179d6790def3ccca1cffec305a463ef2ce1986 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Dec 1991 17:26:52 +0000 Subject: [PATCH] do not install peephole optimizer libs when not installing fast compilers --- first/limit_impl | 1 + 1 file changed, 1 insertion(+) diff --git a/first/limit_impl b/first/limit_impl index 5df6ad131..042cf9632 100755 --- a/first/limit_impl +++ b/first/limit_impl @@ -165,6 +165,7 @@ fi if [ $DO_FAST = n ] then ed - $CONFIG/Action <<'EOF' +/^name "Peephole optimizer lib/;/^end/s/^/!/ /^name "Fast/;$s/^/!/ w q -- 2.34.1