do not install peephole optimizer libs when not installing fast compilers
This commit is contained in:
parent
5ccd830347
commit
d0179d6790
|
@ -165,6 +165,7 @@ fi
|
||||||
if [ $DO_FAST = n ]
|
if [ $DO_FAST = n ]
|
||||||
then
|
then
|
||||||
ed - $CONFIG/Action <<'EOF'
|
ed - $CONFIG/Action <<'EOF'
|
||||||
|
/^name "Peephole optimizer lib/;/^end/s/^/!/
|
||||||
/^name "Fast/;$s/^/!/
|
/^name "Fast/;$s/^/!/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
|
|
Loading…
Reference in a new issue