[fb only] revert unintended change of USE_SSE

The previuos change that use gcc-5 set USE_SSE to wrong flag by mistake. Fix it.
This commit is contained in:
sdong 2017-07-17 22:17:47 -07:00
parent 0af1972830
commit c0529b5351

View File

@ -82,7 +82,7 @@ fi
CFLAGS+=" -DTBB"
# use Intel SSE support for checksum calculations
export USE_SSE=" -msse -msse4.2 "
export USE_SSE=1
BINUTILS="$BINUTILS_BASE/bin"
AR="$BINUTILS/ar"