[FB Only] use gcc-5

This commit is contained in:
sdong 2017-07-17 15:39:37 -07:00
parent a3c162ca09
commit 429f02b8a8

View File

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