From 65cc712d0aba22a87a11cbdd6aacc0b9cbcc69ed Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Thu, 23 Aug 2018 13:14:18 +0000 Subject: [PATCH] mips: skip MSA tests for the secondary target No need for MSA tests for the secondary target. This change removes build warnings present with the secondary target. --- none/tests/mips32/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/none/tests/mips32/Makefile.am b/none/tests/mips32/Makefile.am index d11591d45f..01a7dc7a98 100644 --- a/none/tests/mips32/Makefile.am +++ b/none/tests/mips32/Makefile.am @@ -104,12 +104,15 @@ AM_CXXFLAGS += @FLAG_M32@ AM_CCASFLAGS += @FLAG_M32@ allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ + +if !VGCONF_HAVE_PLATFORM_SEC msa_arithmetic_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ msa_comparison_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ msa_data_transfer_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ msa_fpu_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ msa_logical_and_shift_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ msa_shuffle_CFLAGS = $(AM_CFLAGS) @FLAG_MSA@ +endif bug320057_mips32_LDFLAGS = -lrt -- 2.47.2