mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 10:39:37 +02:00
* 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:
parent
1520bcc4f0
commit
1ecc2672bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user