mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
0a89d1d4df
commit
8c86fb6da0
17 changed files with 43 additions and 3 deletions
|
@ -20,6 +20,8 @@
|
|||
****************************************************************************/
|
||||
#include "config.h"
|
||||
|
||||
.syntax unified
|
||||
|
||||
.data
|
||||
was_aborted:
|
||||
.word 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue