summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2021-04-28 19:28:15 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2021-04-28 19:28:15 +0100
commit88676f6db6b458cb77d3525c07b175c25dfc4f88 (patch)
tree9ca45196b560886031a7c008878157cc73fdfe17 /.gitignore
parent5ba9e0e0d67d59bf5240089c956be3ceb2353b4e (diff)
downloadocaml-88676f6db6b458cb77d3525c07b175c25dfc4f88.tar.gz
Use build_config.h instead of -DOCAML_STDLIB_DIR
Cygwin no longer provides the iconv command by default, which means the translation of LIBDIR into OCAML_STDLIB_DIR cannot be guaranteed to succeed. Technically, an unusual PREFIX could also result in an invalid C constant in the Unix build. Introduce a (relatively) small C program to carry out the function of iconv and also translate the constant on the Unix side as well.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 52107195f3..cd5bf11c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -198,6 +198,8 @@ _build
/runtime/ld.conf
/runtime/.gdb_history
/runtime/.dep
+/runtime/build_config.h
+/runtime/sak
/runtime/domain_state32.inc
/runtime/domain_state64.inc