Переглянути джерело

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

git-svn-id: trunk@43599 -
pierre 5 роки тому
батько
коміт
ba73f7376f
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      compiler/options.pas

+ 2 - 1
compiler/options.pas

@@ -1094,7 +1094,8 @@ begin
                 begin
                 begin
                   case more[j] of
                   case more[j] of
                     '5' :
                     '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
                         begin
                           if UnsetBool(More, j, opt, false) then
                           if UnsetBool(More, j, opt, false) then
                             exclude(init_settings.globalswitches,cs_asm_pre_binutils_2_25)
                             exclude(init_settings.globalswitches,cs_asm_pre_binutils_2_25)