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

git-svn-id: trunk@22861 -
This commit is contained in:
florian 2012-10-27 21:05:56 +00:00
parent 1520bcc4f0
commit 1ecc2672bb

View File

@ -1,7 +1,9 @@
{ %target=linux }
{ %cpu=arm }
{ %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
asm
mrs r0, psp