diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 13:04:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 13:09:04 +0200 |
commit | 0c340037644f87054462f62b50cd397c162615b7 (patch) | |
tree | a1062ba59386cb9e81f86f6934f4f466bafd7540 /site/arm-linux | |
parent | b671c1a87c9f2bdaf154856ded1b5632c79dd5b4 (diff) |
tcl: add 2 entries to arm-linux site file (possibly only glibc specific, need to check)
Diffstat (limited to 'site/arm-linux')
-rw-r--r-- | site/arm-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/arm-linux b/site/arm-linux index 18dfb38d14..65d8e014d0 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -178,3 +178,7 @@ rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} # squeak (forbid unaliged access) ac_cv_double_align=${ac_cv_double_align=no} ac_cv_double_order=${ac_cv_double_order=no} + +# TCL +tcl_cv_api_getaddrinfo=${tcl_cv_api_getaddrinfo=yes} +tcl_cv_api_serial=${tcl_cv_api_serial=termios} |