]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Remove -mindirect-branch=thunk and -mfunction-return=thunk as default
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Aug 2020 11:50:00 +0000 (11:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Aug 2020 10:31:15 +0000 (10:31 +0000)
commit9bd3cc538f9d9918bd6c2e7c1900a19107171a6e
treec59ed3606a30ad965c444845bef23ee836635ea7
parentf1bd9aff6ec7d824cf8e2b5576ce1ff9fee41baf
make.sh: Remove -mindirect-branch=thunk and -mfunction-return=thunk as default

I cannot find any evidence that this is helpful and no other
distribution has this as default. Packages that are vulnerable to these
attacks (i.e. the kernel) add these flags as appropriate automatically.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh