use gcc because cpp sucks

This commit is contained in:
rsc 2006-04-21 03:43:54 +00:00
parent 110c707dda
commit a2000ee73e
3 changed files with 2 additions and 4 deletions

View file

@ -43,7 +43,7 @@
#define S43 15 #define S43 15
#define S44 21 #define S44 21
#define PAYME(x) $ ## x #define PAYME(x) $##x
/* /*
* SI is data * SI is data
@ -117,7 +117,6 @@
.p2align 2,0x90 .p2align 2,0x90
.globl _md5block .globl _md5block
.type _md5block, @function
_md5block: _md5block:
/* Prelude */ /* Prelude */

View file

@ -16,7 +16,7 @@ UPDATE=mkfile\
<$PLAN9/src/mksyslib <$PLAN9/src/mksyslib
%.s: %.spp %.s: %.spp
if [ `uname` = OpenBSD ] if [ `uname` = OpenBSD ] || [ `uname` = Darwin ]
then then
gcc -xc -E $stem.spp >$stem.s gcc -xc -E $stem.spp >$stem.s
else else

View file

@ -2,7 +2,6 @@
.p2align 2,0x90 .p2align 2,0x90
.globl _sha1block .globl _sha1block
.type _sha1block, @function
_sha1block: _sha1block:
/* x = (wp[off-f] ^ wp[off-8] ^ wp[off-14] ^ wp[off-16]) <<< 1; /* x = (wp[off-f] ^ wp[off-8] ^ wp[off-14] ^ wp[off-16]) <<< 1;