mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-13 00:29:41 +01:00
Also accept -a5 for older binutils for mips and mpisel cpus
git-svn-id: trunk@43599 -
This commit is contained in:
parent
01fbad64b7
commit
ba73f7376f
@ -1094,7 +1094,8 @@ begin
|
||||
begin
|
||||
case more[j] of
|
||||
'5' :
|
||||
if target_info.system in systems_all_windows+systems_nativent-[system_i8086_win16] then
|
||||
if (target_info.system in systems_all_windows+systems_nativent-[system_i8086_win16])
|
||||
or (target_info.cpu in [cpu_mipseb, cpu_mipsel]) then
|
||||
begin
|
||||
if UnsetBool(More, j, opt, false) then
|
||||
exclude(init_settings.globalswitches,cs_asm_pre_binutils_2_25)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user