diff options
-rw-r--r-- | hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass b/hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass index 02255cb..102efb3 100644 --- a/hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass +++ b/hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass @@ -278,7 +278,7 @@ _append-flag() { [[ -z "$1" ]] && return 0 case "$1" in -fno-stack-protector-all) - _manage-hardened nosspall.specs -fno-stack-protector-all ;; + _manage-hardened -fno-stack-protector-all nosspall.specs -fno-stack-protector-all ;; *) _raw_append_flag "$1" esac |