diff options
author | 2017-06-27 04:22:13 +0000 | |
---|---|---|
committer | 2017-06-27 04:22:13 +0000 | |
commit | fa863b9e878da409e69fe05e6c4b832ef262119c (patch) | |
tree | d4874d35ce130ff8c0cbd0b982de4220c06df9e3 | |
parent | remove some old cruft. (diff) | |
download | wireguard-openbsd-fa863b9e878da409e69fe05e6c4b832ef262119c.tar.xz wireguard-openbsd-fa863b9e878da409e69fe05e6c4b832ef262119c.zip |
the illegal instruction is 0x00000000
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index b98eba544c5..63a48293426 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.85 2017/06/25 14:02:23 deraadt Exp $ +# $OpenBSD: Makefile.macppc,v 1.86 2017/06/27 04:22:13 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,8 +125,7 @@ makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh - sh makegap.sh 0xcccccccc # XXX choose a trap instruction - + sh makegap.sh 0x00000000 # gauranteed illegal vers.o: ${SYSTEM_DEP:Ngap.o} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh |