From 8c86fb6da0b9c068ee4b4220dee11171e322f67f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 24 May 2023 09:37:20 -0400 Subject: arm: Use -masm-syntax-unified when compiling with gcc8 or newer Annoyingly, this makes all of the '.S' files we compile get treated as divided syntax, so we need to make the syntax in them explicit. Change-Id: I56a3916b7b24c84a1214a5d6bc4ed4d651f002cf --- lib/rbcodec/dsp/dsp_arm_v6.S | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rbcodec/dsp/dsp_arm_v6.S') diff --git a/lib/rbcodec/dsp/dsp_arm_v6.S b/lib/rbcodec/dsp/dsp_arm_v6.S index aa27ec90f6..facd3facbd 100644 --- a/lib/rbcodec/dsp/dsp_arm_v6.S +++ b/lib/rbcodec/dsp/dsp_arm_v6.S @@ -20,6 +20,7 @@ ****************************************************************************/ #include "rbcodecconfig.h" + .syntax unified /**************************************************************************** * void sample_output_mono(struct sample_io_data *this, * struct dsp_buffer *src, -- cgit v1.2.3