瀏覽代碼

* don't assembler or link test to avoid linker or assembler errors due to wrong architecture

git-svn-id: trunk@22861 -
florian 12 年之前
父節點
當前提交
1ecc2672bb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tests/webtbs/tw23185.pp

+ 3 - 1
tests/webtbs/tw23185.pp

@@ -1,7 +1,9 @@
 { %target=linux }
 { %target=linux }
 { %cpu=arm }
 { %cpu=arm }
 { %norun }
 { %norun }
-{ %opt=-Cparmv7m }
+{ %opt=-Cparmv7m -s }
+
+{ we don't assemble, link and run because we cannot check if the different arm architectures really match }
 begin
 begin
 asm
 asm
  mrs r0, psp
  mrs r0, psp