|
@@ -802,7 +802,7 @@ unit i_linux;
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
cpu : cpu_mipseb;
|
|
cpu : cpu_mipseb;
|
|
unit_env : 'LINUXUNITS';
|
|
unit_env : 'LINUXUNITS';
|
|
- extradefines : 'UNIX;HASUNIX;CPUMIPS32';
|
|
|
|
|
|
+ extradefines : 'UNIX;HASUNIX';
|
|
exeext : '';
|
|
exeext : '';
|
|
defext : '.def';
|
|
defext : '.def';
|
|
scriptext : '.sh';
|
|
scriptext : '.sh';
|
|
@@ -866,7 +866,7 @@ unit i_linux;
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
|
|
cpu : cpu_mipsel;
|
|
cpu : cpu_mipsel;
|
|
unit_env : 'LINUXUNITS';
|
|
unit_env : 'LINUXUNITS';
|
|
- extradefines : 'UNIX;HASUNIX;MIPSEL;CPUMIPS32';
|
|
|
|
|
|
+ extradefines : 'UNIX;HASUNIX';
|
|
exeext : '';
|
|
exeext : '';
|
|
defext : '.def';
|
|
defext : '.def';
|
|
scriptext : '.sh';
|
|
scriptext : '.sh';
|