* FPCTARGETOS/FPCTARGETCPU added as internal environment variable

This commit is contained in:
peter 2002-01-27 21:44:26 +00:00
parent 3a853dae8e
commit 09fb8a2649

View File

@ -642,6 +642,12 @@ implementation
else
if hs='FPCTARGET' then
hs:=target_cpu_string
else
if hs='FPCTARGETCPU' then
hs:=target_cpu_string
else
if hs='FPCTARGETOS' then
hs:=target_info.name
else
hs:=getenv(hs);
if hs='' then
@ -2656,7 +2662,10 @@ exit_label:
end.
{
$Log$
Revision 1.28 2002-01-24 18:25:50 peter
Revision 1.29 2002-01-27 21:44:26 peter
* FPCTARGETOS/FPCTARGETCPU added as internal environment variable
Revision 1.28 2002/01/24 18:25:50 peter
* implicit result variable generation for assembler routines
* removed m_tp modeswitch, use m_tp7 or not(m_fpc) instead