Fix warning flags for old compilers

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=154
This commit is contained in:
Michael Matz 2017-02-17 14:27:36 +00:00 committed by Git OBS Bridge
parent ed86856779
commit 71509c99b1

View File

@ -556,7 +556,9 @@ cd %{gdb_build}$fprofile
export CFLAGS="$RPM_OPT_FLAGS"
# FIXME: gcc-7 compatibility.
CFLAGS="$CFLAGS -Wno-implicit-fallthrough"
if echo "" | gcc -x c -c - -o /dev/null -Wno-implicit-fallthrough >/dev/null 2>&1; then
CFLAGS="$CFLAGS -Wno-implicit-fallthrough"
fi
export CXXFLAGS="$CFLAGS"
export LIBRPM=no