I didn't intend to delete this rm from the Makefile. It snuck in at
the last second before the commit. # likely we can remove this hack now that gcc generates better aligned code # in the align to word case. Noticed by: bde
This commit is contained in:
parent
4cd656bce5
commit
dbae8d7a6f
@ -61,6 +61,7 @@ boot1.o: boot1.s
|
||||
boot2.o: boot2.c ${.CURDIR}/../../common/ufsread.c
|
||||
${CC} ${CFLAGS} -S -o boot2.s.tmp ${.IMPSRC}
|
||||
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
|
||||
rm -f boot2.s.tmp
|
||||
${AS} ${AFLAGS} -o boot2.o boot2.s
|
||||
|
||||
boot2.h: boot1.out
|
||||
|
@ -61,6 +61,7 @@ boot1.o: boot1.s
|
||||
boot2.o: boot2.c ${.CURDIR}/../../common/ufsread.c
|
||||
${CC} ${CFLAGS} -S -o boot2.s.tmp ${.IMPSRC}
|
||||
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
|
||||
rm -f boot2.s.tmp
|
||||
${AS} ${AFLAGS} -o boot2.o boot2.s
|
||||
|
||||
boot2.h: boot1.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user