Added target optimizer

This commit is contained in:
ceriel 1988-06-14 09:43:11 +00:00
parent 9c6ef73ba3
commit 889cf28571
2 changed files with 18 additions and 0 deletions

View file

@ -21,6 +21,15 @@ name be
stdout
need .e
end
name asopt
from .s
to .so
program {EM}/lib/{M}/top
args
optimizer
stdin
stdout
end
name as
from .s.so
to .o

View file

@ -25,6 +25,15 @@ name be
stdout
need .e
end
name asopt
from .s
to .so
program {EM}/lib/{M}/top
args
optimizer
stdin
stdout
end
name as
from .s.so
to .o