[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 907c391fa5
commit c377f3a35a

View File

@ -78,7 +78,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"