fail: update to 0.4.
This commit is contained in:
parent
a30e8ebe78
commit
495eba616c
|
@ -1,11 +0,0 @@
|
|||
--- fail.c
|
||||
+++ fail.c
|
||||
@@ -115,6 +115,8 @@ void illegalins()
|
||||
: : : "memory");
|
||||
#elif defined(__aarch64__)
|
||||
__asm__ __volatile__ (".word 0x00800011" : : : "memory");
|
||||
+#elif defined(__powerpc__)
|
||||
+ __asm__ __volatile__ (".long 0" : : : "memory");
|
||||
#else
|
||||
#error implement illegalins for this architecture
|
||||
#endif
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'fail'
|
||||
pkgname=fail
|
||||
version=0.3
|
||||
revision=2
|
||||
version=0.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Crash in various possible ways"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/leahneukirchen/fail"
|
||||
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=67a91e403521a735500c693b44c96813ec5d2c8722e0f3f6817fbd5961bd00c4
|
||||
checksum=cfaf5fc3865116b7c40611c3424f30d8860cfc03f82cca4e344da7d30b479db0
|
||||
|
||||
CFLAGS="-O1"
|
||||
|
|
Loading…
Reference in New Issue