summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/pc/mkfile b/sys/src/9/pc/mkfile
index ea3fd9513..0d8f19efe 100644
--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -139,10 +139,10 @@ initcode.out: init9.$O initcode.$O /$objtype/lib/libc.a
$LD -l -R1 -s -o $target $prereq
rebootcode.out: rebootcode.$O
- $LD -l -R4 -s -o $target -T$REBOOTADDR $prereq
+ $LD -l -R4 -s -o $target -T$REBOOTADDR -H3 $prereq
apbootstrap.out: apbootstrap.$O
- $LD -l -R4 -s -o $target -T$APBOOTSTRAP $prereq
+ $LD -l -R4 -s -o $target -T$APBOOTSTRAP -H3 $prereq
sd53c8xx.i: sd53c8xx.n
aux/na $prereq > $target