* If no subtarget file found, error out instead of hint/warn

This commit is contained in:
Michael VAN CANNEYT 2022-12-15 18:05:51 +01:00
parent f53ac13900
commit 7b75729765
2 changed files with 2 additions and 2 deletions

View File

@ -3631,7 +3631,7 @@ option_too_many_exception_modes=11064_E_Only one WebAssembly exception support m
% Only one WebAssembly exception support mode (NOEXCEPTIONS, JSEXCEPTIONS, BFEXCEPTIONS or NATIVEEXCEPTIONS) can be specified.
option_subtarget_is_already_set=11065_W_Subtarget is already set to: $1
% Displayed if more than one \var{-t} option is specified.
option_subtarget_config_not_found=11066_W_Subtarget $1 specified but no corresponding config file $2 found.
option_subtarget_config_not_found=11066_E_Subtarget $1 specified but no corresponding config file $2 found.
% Displayed if more than one \var{-t} option is specified.
option_x_ignored=11067_N_Ignoring compiler executable suffix $1.
% Displayed if more than one \var{-t} option is specified.

View File

@ -1353,7 +1353,7 @@ const msgtxt : array[0..000378,1..240] of char=(
'struction set "$2"'#000+
'11064_E_Only one WebAssembly exception support mode can be specified.'#000+
'11065_W_Subtarget is already set to: $1'#000+
'11066_W_Subtarget $1 specif','ied but no corresponding config file $2 f'+
'11066_E_Subtarget $1 specif','ied but no corresponding config file $2 f'+
'ound.'#000+
'11067_N_Ignoring compiler executable suffix $1.'#000+
'12000_F_Cannot open whole program optimization feedback file "$1"'#000+