mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
329 B
22 lines
329 B
9 years ago
|
# Compiler metadata
|
||
|
|
||
|
required_defines:
|
||
|
# FIXME
|
||
|
- DUK_USE_COMPILER_STRING
|
||
|
|
||
|
# FIXME
|
||
|
autodetect:
|
||
|
-
|
||
|
name: gcc
|
||
|
check: DUK_F_GCC
|
||
|
include: compiler_gcc.h.in
|
||
|
# FIXME
|
||
|
# -
|
||
|
# name: clang
|
||
|
# check: DUK_F_CLANG
|
||
|
# include: compiler_clang.h.in
|
||
|
-
|
||
|
name: generic
|
||
|
check: null
|
||
|
include: compiler_generic.h.in
|