do not install peephole optimizer libs when not installing fast compilers
This commit is contained in:
parent
4d6e354609
commit
ab45420b88
@ -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…
x
Reference in New Issue
Block a user