disable build of arm-gcc.s, it causes errors from as
authorDmitry Shachnev <mitya57@debian.org>
Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 20 Sep 2020 12:43:21 +0000 (13:43 +0100)
Forwarded: not-needed
Last-Update: 2020-09-20

arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'

Gbp-Pq: Name disable_bad_assembly.diff

tests/auto/blackbox/testdata-baremetal/one-object-asm-application/one-object-asm-application.qbs

index 7650810a9c32fd29bf42ea963ebbef806f665554..12b86a49d8e08f02187cb596a57f909d418aeb2b 100644 (file)
@@ -46,8 +46,6 @@ BareMetalApplication {
             if (qbs.architecture === "stm8")
                 return true;
         } else if (qbs.toolchainType === "gcc") {
-            if (qbs.architecture.startsWith("arm"))
-                return true;
             if (qbs.architecture === "avr")
                 return true;
             if (qbs.architecture === "avr32")