From 09e7d8f3d0ea85e4ca4793e4ca9ef2549bb67ca5 Mon Sep 17 00:00:00 2001 From: David Given Date: Fri, 23 Feb 2018 22:42:38 +0100 Subject: [PATCH] I figured out how to get top working. --- plat/pdpv7/descr | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/plat/pdpv7/descr b/plat/pdpv7/descr index 88c77cefb..ee69bf137 100644 --- a/plat/pdpv7/descr +++ b/plat/pdpv7/descr @@ -30,20 +30,16 @@ name be stdout need .e end - -# There's an ack driver bug where if the .s file needs preprocessing, the path -# isn't set correctly in stages other than the first; this affects the PDP/11 -# libsys assembler files. Work around this for now by disabling asopt. -#name asopt -# from .s -# to .so -# program {EM}/lib/ack/{PLATFORM}/top -# args -# optimizer -# stdin -# stdout -#end - +name asopt + from .s + to .so + program {EM}/lib/ack/{PLATFORM}/top + args + optimizer + stdin + stdout + prep cond +end name as from .s.so to .o -- 2.34.1