mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:39:18 +02:00
* compiler now defines cpum68k instead of cpu68k (as is used in rtl)
This commit is contained in:
parent
fe692f24aa
commit
4b274401b8
@ -1702,7 +1702,7 @@ begin
|
|||||||
def_symbol('FPC_HAS_TYPE_SINGLE');
|
def_symbol('FPC_HAS_TYPE_SINGLE');
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef m68k}
|
{$ifdef m68k}
|
||||||
def_symbol('CPU68K');
|
def_symbol('CPUM68K');
|
||||||
def_symbol('CPU32');
|
def_symbol('CPU32');
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef ALPHA}
|
{$ifdef ALPHA}
|
||||||
@ -1983,7 +1983,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.110 2003-10-14 00:30:48 florian
|
Revision 1.111 2003-10-17 21:05:27 olle
|
||||||
|
* compiler now defines cpum68k instead of cpu68k (as is used in rtl)
|
||||||
|
|
||||||
|
Revision 1.110 2003/10/14 00:30:48 florian
|
||||||
+ some code for PIC support added
|
+ some code for PIC support added
|
||||||
|
|
||||||
Revision 1.109 2003/10/11 19:32:04 marco
|
Revision 1.109 2003/10/11 19:32:04 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user