disable build of arm-gcc.s, it causes errors from as
authorDmitry Shachnev <mitya57@debian.org>
Mon, 16 Aug 2021 12:21:16 +0000 (13:21 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Mon, 16 Aug 2021 12:21:16 +0000 (13:21 +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 ed38f79b6900240d82adabc819684103a805e87b..2be781f19f9fa508bdb66060ad5606452ad33dbf 100644 (file)
@@ -60,8 +60,6 @@ BareMetalApplication {
             if (qbs.architecture === "hcs8")
                 return true;
         } else if (qbs.toolchainType === "gcc") {
-            if (qbs.architecture.startsWith("arm"))
-                return true;
             if (qbs.architecture === "avr")
                 return true;
             if (qbs.architecture === "avr32")