mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
* Fixed r10992. Really warn if someone still uses ppc386.cfg
git-svn-id: trunk@11202 -
This commit is contained in:
parent
0d12d51690
commit
01e31e2215
@ -2305,9 +2305,11 @@ begin
|
||||
{ Maybe alternative configfile ? }
|
||||
if (not read_configfile) and
|
||||
(ppcaltcfg<>'') then
|
||||
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
|
||||
if read_configfile then
|
||||
message(option_ppc386_deprecated);
|
||||
begin
|
||||
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
|
||||
if read_configfile then
|
||||
message(option_ppc386_deprecated);
|
||||
end;
|
||||
end
|
||||
else
|
||||
read_configfile := false;
|
||||
|
Loading…
Reference in New Issue
Block a user