summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/port/portmkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/port/portmkfile b/os/port/portmkfile
index 111cc81f..96a5ebc6 100644
--- a/os/port/portmkfile
+++ b/os/port/portmkfile
@@ -9,7 +9,7 @@ LIBFILES=${LIBS:%=$ROOT/Inferno/$OBJTYPE/lib/lib%.a}
CLEANEXTRA=
%.$O: %.s
- $AS $stem.s
+ $AS $ASFLAGS $stem.s
%.$O: %.c
$CC $CFLAGS $stem.c