disable build of arm-gcc.s, it causes errors from as
authorDmitry Shachnev <mitya57@debian.org>
Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +0100)
committerPino Toscano <pino@debian.org>
Sun, 2 Feb 2025 11:49:04 +0000 (12:49 +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 09dbfa6f242d1b60b7eb8ceda3f394c1150dbbcd..2f87820a55c89cbefc870837c2599f0140001c8d 100644 (file)
@@ -71,8 +71,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")