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:
parent
ed86856779
commit
71509c99b1
4
gdb.spec
4
gdb.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user