Enabled internal assembler for arm-linux. Will allow people to start running tests.

git-svn-id: trunk@32377 -
This commit is contained in:
Jeppe Johansen 2015-11-20 14:37:10 +00:00
parent c5495cb49c
commit 291434be22

View File

@ -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;