mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
* replace tcaldefs.inc by cpudefs.inc
git-svn-id: trunk@46765 -
This commit is contained in:
parent
28e2fae09d
commit
9a7e977167
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -13782,7 +13782,6 @@ tests/test/cg/tcalcst5.pp svneol=native#text/plain
|
||||
tests/test/cg/tcalcst6.pp svneol=native#text/plain
|
||||
tests/test/cg/tcalcst7.pp svneol=native#text/plain
|
||||
tests/test/cg/tcalcst8.pp svneol=native#text/plain
|
||||
tests/test/cg/tcaldefs.inc svneol=native#text/plain
|
||||
tests/test/cg/tcalext.pp svneol=native#text/plain
|
||||
tests/test/cg/tcalext3.pp svneol=native#text/plain
|
||||
tests/test/cg/tcalext4.pp svneol=native#text/plain
|
||||
|
@ -1 +1,15 @@
|
||||
{$i tcaldefs.inc}
|
||||
{$ifdef freertos}
|
||||
{$define cpusmall}
|
||||
{$endif freertos}
|
||||
{$ifdef embedded}
|
||||
{$define cpusmall}
|
||||
{$endif embedded}
|
||||
{$ifdef cpu68k}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
|
||||
{$hugecode on}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
@ -1,15 +0,0 @@
|
||||
{$ifdef freertos}
|
||||
{$define cpusmall}
|
||||
{$endif freertos}
|
||||
{$ifdef embedded}
|
||||
{$define cpusmall}
|
||||
{$endif embedded}
|
||||
{$ifdef cpu68k}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
|
||||
{$hugecode on}
|
||||
{$endif}
|
||||
{$endif}
|
Loading…
Reference in New Issue
Block a user