Fix CPU_SPEED

pull/161/head
Jeffrey Walton 2016-04-22 16:09:28 -04:00
parent bb3976b608
commit 676e6546e5
1 changed files with 2 additions and 1 deletions

View File

@ -603,7 +603,8 @@ else ifneq ($(IS_LINUX),0)
-$(RM) -r $(PWD)/cryptopp$(LIB_VER) -$(RM) -r $(PWD)/cryptopp$(LIB_VER)
endif endif
CRYPTOPP_CPU_SPEED ?= 2.4e+09 # CRYPTOPP_CPU_SPEED in GHz
CRYPTOPP_CPU_SPEED ?= 2.4
.PHONY: bench benchmark benchmarks .PHONY: bench benchmark benchmarks
bench benchmark benchmarks: cryptest.exe bench benchmark benchmarks: cryptest.exe
rm -f benchmarks.html rm -f benchmarks.html