use gcc because cpp sucks
This commit is contained in:
parent
110c707dda
commit
a2000ee73e
3 changed files with 2 additions and 4 deletions
|
|
@ -43,7 +43,7 @@
|
|||
#define S43 15
|
||||
#define S44 21
|
||||
|
||||
#define PAYME(x) $ ## x
|
||||
#define PAYME(x) $##x
|
||||
|
||||
/*
|
||||
* SI is data
|
||||
|
|
@ -117,7 +117,6 @@
|
|||
|
||||
.p2align 2,0x90
|
||||
.globl _md5block
|
||||
.type _md5block, @function
|
||||
_md5block:
|
||||
|
||||
/* Prelude */
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ UPDATE=mkfile\
|
|||
<$PLAN9/src/mksyslib
|
||||
|
||||
%.s: %.spp
|
||||
if [ `uname` = OpenBSD ]
|
||||
if [ `uname` = OpenBSD ] || [ `uname` = Darwin ]
|
||||
then
|
||||
gcc -xc -E $stem.spp >$stem.s
|
||||
else
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
.p2align 2,0x90
|
||||
.globl _sha1block
|
||||
.type _sha1block, @function
|
||||
_sha1block:
|
||||
|
||||
/* x = (wp[off-f] ^ wp[off-8] ^ wp[off-14] ^ wp[off-16]) <<< 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue