mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 11:49:15 +02:00
Enabled internal assembler for arm-linux. Will allow people to start running tests.
git-svn-id: trunk@32377 -
This commit is contained in:
parent
c5495cb49c
commit
291434be22
@ -527,7 +527,7 @@ unit i_linux;
|
||||
Cprefix : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
assem : as_gas;
|
||||
assem : as_arm_elf32;
|
||||
assemextern : as_gas;
|
||||
link : ld_none;
|
||||
linkextern : ld_linux;
|
||||
@ -594,7 +594,7 @@ unit i_linux;
|
||||
Cprefix : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
assem : as_gas;
|
||||
assem : as_arm_elf32;
|
||||
assemextern : as_gas;
|
||||
link : ld_none;
|
||||
linkextern : ld_linux;
|
||||
|
Loading…
Reference in New Issue
Block a user