mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:59:24 +02:00
Commit some MIPS changes
git-svn-id: trunk@20219 -
This commit is contained in:
parent
bfbe1d5324
commit
4a351f42fe
@ -167,7 +167,7 @@
|
||||
{ $define cpuflags}
|
||||
{$define cputargethasfixedstack}
|
||||
{$define cpurequiresproperalignment}
|
||||
{$define cpumm}
|
||||
{ define cpumm}
|
||||
{$endif mips}
|
||||
|
||||
{$IFDEF MACOS}
|
||||
|
@ -2632,6 +2632,21 @@ begin
|
||||
def_system_macro('FPC_COMP_IS_INT64');
|
||||
{$endif avr}
|
||||
|
||||
{$ifdef mips}
|
||||
|
||||
// HIGHLY TENTATIVE, from David Zhang's options.pas. MarkMLl.
|
||||
|
||||
def_system_macro('CPUMIPS');
|
||||
def_system_macro('CPUMIPS32');
|
||||
def_system_macro('CPU32');
|
||||
// def_system_macro('FPC_HAS_TYPE_DOUBLE');
|
||||
// def_system_macro('FPC_HAS_TYPE_SINGLE');
|
||||
// def_system_macro('FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE');
|
||||
def_system_macro('FPC_CURRENCY_IS_INT64');
|
||||
def_system_macro('FPC_COMP_IS_INT64');
|
||||
// def_system_macro('FPC_REQUIRES_PROPER_ALIGNMENT');
|
||||
{$endif}
|
||||
|
||||
{ read configuration file }
|
||||
if (not disable_configfile) and
|
||||
(ppccfg<>'') then
|
||||
|
Loading…
Reference in New Issue
Block a user