From f2395a92357bbbd83e324aceeb987afdee98e3b1 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 30 May 2018 12:01:58 +0100 Subject: [PATCH] Skip stackrealign test in hardening checks as this is not enabled for i686 binaries (yet). --- tests/hardening-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hardening-test b/tests/hardening-test index e322bd3..bc00df0 100755 --- a/tests/hardening-test +++ b/tests/hardening-test @@ -52,5 +52,5 @@ $GCC -fplugin=$PLUGIN \ $srcdir/../scripts/hardened.sh --readelf=$READELF \ --skip=fort -k=operator --skip=clash --skip=cf -k=cet \ - --skip=pic --skip=stack \ + --skip=pic --skip=stack --skip=realign \ hardening-test.exe -- 2.43.5