mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* If no subtarget file found, error out instead of hint/warn
This commit is contained in:
parent
f53ac13900
commit
7b75729765
@ -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.
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user