support gcc 8.3 from buster

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-22 08:38:46 +01:00
parent 3f2c044fbf
commit b8e09c3c69
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ all: check_gcc deb
deb: ${DEBS}
check_gcc:
$(GCC) --version|grep "6\.3" || false
$(GCC) --version|grep "8\.3" || false
@$(GCC) -Werror -mindirect-branch=thunk-extern -mindirect-branch-register -c -x c /dev/null -o check_gcc.o \
|| ( rm -f check_gcc.o; \
echo "Please install gcc-6 packages with indirect thunk / RETPOLINE support"; \

2
debian/control.in vendored
View File

@ -10,7 +10,7 @@ Build-Depends: asciidoc-base,
debhelper (>= 10~),
file,
flex,
gcc-6 (>= 6.3.0-18+deb9u1),
gcc (>= 6.3.0-18+deb9u1),
git,
kmod,
libdw-dev,