mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 914fa2ab19a1a8313a05b657e09bc29ec61230a3.
This commit is contained in:
parent
684ba2c2a0
commit
7781349adc
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: flag-o-matic.eclass
|
||||
@ -201,7 +201,7 @@ _filter-hardened() {
|
||||
continue
|
||||
fi
|
||||
|
||||
is-flagq -fno-stack-protector-all || append-flags $(test-flags -fno-stack-protector-all)
|
||||
is-flagq -fno-stack-protector || append-flags $(test-flags -fno-stack-protector)
|
||||
;;
|
||||
-fno-strict-overflow)
|
||||
gcc-specs-nostrict || continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user