diff --git a/build/configure.sh b/build/configure.sh index 784d3f339d38982f9e3f0d4def7acdf67999a0da..51a40a390b2f1c42e874afd3d07211e31b254afc 100755 --- a/build/configure.sh +++ b/build/configure.sh @@ -805,7 +805,7 @@ EOF fi if [ "x$result" = "x0" ]; then echo "yes" - OFFLOADFLAGS=" -fcf-protection=check -foffload=nvptx-none=\"-O${CXX_OPT}${CXX_DBG} -fcf-protection=check -fopt-info -lm -latomic -gomp\"" + OFFLOADFLAGS=" -fcf-protection=check -foffload=nvptx-none=\"-O${CXX_OPT}${CXX_DBG} -fcf-protection=check -fopt-info -lm -latomic -lgomp\"" if [ "x${OMPFLAGS}" = "x" ]; then OFFLOADFLAGS="${OFFLOADFLAGS} -fopenmp" fi