From 2c74ab1356e658465fdbea6b6e76505cf7b63bd0 Mon Sep 17 00:00:00 2001 From: "Kevin F. Quinn" Date: Fri, 28 Sep 2007 19:22:32 +0000 Subject: Add missing parameter to _manage-hardened call (bug #191617) svn path=/; revision=208 --- hardened/toolchain/branches/pieworld/eclass/flag-o-matic.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3