Also accept -a5 for older binutils for mips and mpisel cpus

git-svn-id: trunk@43599 -
This commit is contained in:
pierre 2019-11-27 22:54:47 +00:00
parent 01fbad64b7
commit ba73f7376f

View File

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