+3
−2
Loading
Currently, NASM in version 2.14 or newer is required. However, the old code assumed that nasm -v returns version in the form of x.y.z, however, some builds return only the x.y. In such a case, check would always fail to detect proper version since the following would be be always true: NASM version 2.14 2.14 -> 214 -> [[ 214 -lt "21400" ]] Change-Id: I63bfc7aa84383bf2d71e936ae534536ecf25723a Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4809 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>