Skip to content

Commit abb4d2c

Browse files
SARG-FBjayrm
authored andcommitted
gas64 : .a64 replaced by .asm to be coherent with documentation
1 parent bce19e9 commit abb4d2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/fbc.bas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,9 +2678,6 @@ private function hGetAsmName _
26782678
else
26792679
ext = @".o"
26802680
end if
2681-
if( fbGetOption( FB_COMPOPT_BACKEND )= FB_BACKEND_GAS64 ) then
2682-
ext = @".a64"
2683-
end if
26842681
if( stage = 1 ) then
26852682
select case( fbGetOption( FB_COMPOPT_BACKEND ) )
26862683
case FB_BACKEND_GCC

0 commit comments

Comments
 (0)