diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-08 19:54:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-08 19:54:00 +0000 |
commit | 386ce957be10fcd8d5d5e8db04c325f88de7b6ad (patch) | |
tree | 70f5105dc2063e061dba333498e6422e6b753184 /sys/arch/sparc64/conf | |
parent | 088589c8494cf3359bba01a446a61f8d32840065 (diff) |
Move the rounds into separate functions on sparc64 so gcc's optimizer
doesn't blow up. This is a hack but is better than compiling sha1.c
with -O0 on sparc64. From NetBSD (mrg).
deraadt@ OK
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index b91c72e02aa..ae52a993d41 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -158,7 +158,4 @@ install-kernel-${MACHINE_NAME}: mv /nbsd /bsd .endif -sha1.o: $S/crypto/sha1.c - ${NORMAL_C} -O0 - %RULES |