diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-04-06 12:49:38 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-04-06 12:49:38 +0000 |
commit | c31849d95470a761adb8c76f563baf26e6ae7bcd (patch) | |
tree | 250428351814b3b897beddd084fac97b79f316c3 /compiler/fpcdefs.inc | |
parent | 87496a06da21831d719eabd81808523542f1d809 (diff) | |
download | fpc-js.tar.gz |
+ initial skeleton of the js backendjs
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/js@27484 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/fpcdefs.inc')
-rw-r--r-- | compiler/fpcdefs.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index 21c5c7284d..f104cddfe7 100644 --- a/compiler/fpcdefs.inc +++ b/compiler/fpcdefs.inc @@ -206,7 +206,6 @@ {$endif mips} {$endif mipsel} - {$ifdef mips} {$ifndef mips64} {$define cpu32bit} @@ -233,6 +232,14 @@ {$define SUPPORT_GET_FRAME} {$endif} +{$ifdef js} + {$define cpu32bit} + {$define cpu32bitalu} + {$define cpu32bitaddr} + {$define cpuhighleveltarget} + {$define symansistr} +{$endif} + {$ifdef aarch64} {$define cpu64bit} {$define cpu64bitaddr} |