]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
toolchain: fix build with gcc<8 on builder.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 24 Sep 2020 05:36:01 +0000 (07:36 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 24 Sep 2020 05:36:01 +0000 (07:36 +0200)
commitd83422d1c06058b66762477d9dcd008ff70bf485
tree88bf8c5812d189cd2e4c20d3bd0962719ed94acc
parent5eab2b3893538800a2f0aa9433028508a3ca7c0f
toolchain: fix build with gcc<8 on builder.

gcc-7 not support -fcf-protection so filter it from CFLAGS.
also filter -mtune in first pass because it should optimized for the
actual host.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/binutils
lfs/ccache
lfs/gcc
lfs/glibc