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/systems.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/systems.inc')
-rw-r--r-- | compiler/systems.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/systems.inc b/compiler/systems.inc index 13181c2a41..cdd3ed92ca 100644 --- a/compiler/systems.inc +++ b/compiler/systems.inc @@ -207,6 +207,7 @@ ,as_x86_64_nasmdarwin ,as_i8086_nasm ,as_i8086_nasmobj + ,as_js_asmjs ); tlink = (ld_none, |