mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +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 ? }
|
{ Maybe alternative configfile ? }
|
||||||
if (not read_configfile) and
|
if (not read_configfile) and
|
||||||
(ppcaltcfg<>'') then
|
(ppcaltcfg<>'') then
|
||||||
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
|
begin
|
||||||
if read_configfile then
|
read_configfile:=check_configfile(ppcaltcfg,ppccfg);
|
||||||
message(option_ppc386_deprecated);
|
if read_configfile then
|
||||||
|
message(option_ppc386_deprecated);
|
||||||
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
read_configfile := false;
|
read_configfile := false;
|
||||||
|
Loading…
Reference in New Issue
Block a user