summaryrefslogtreecommitdiff
path: root/package/meson/src/host-compilation.conf.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:25:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:25:43 +0100
commitb488c69504c18398563538ac62f6ef665cee068e (patch)
tree83daa4aee89cea0c42f3659b5f668189ed5195c9 /package/meson/src/host-compilation.conf.in
parentb1c3b3703dab3635af772b7476bb185d87066f88 (diff)
parent9cb13ad8c7d0c7862949368006d78dfe1b079665 (diff)
Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadk
Diffstat (limited to 'package/meson/src/host-compilation.conf.in')
-rw-r--r--package/meson/src/host-compilation.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/meson/src/host-compilation.conf.in b/package/meson/src/host-compilation.conf.in
new file mode 100644
index 000000000..c67cec76e
--- /dev/null
+++ b/package/meson/src/host-compilation.conf.in
@@ -0,0 +1,12 @@
+# Note: OpenADK's and Meson's terminologies differ about the meaning
+# of 'build', 'host' and 'target':
+# - OpenADK's 'host' is Meson's 'build'
+# - OpenADK's 'target' is Meson's 'host'
+
+[binaries]
+pkgconfig = '@STAGING_HOST_DIR@/usr/bin/pkg-config'
+[properties]
+c_args = [@HOST_CFLAGS@]
+c_link_args = [@HOST_LDFLAGS@]
+cpp_args = [@HOST_CXXFLAGS@]
+cpp_link_args = [@HOST_LDFLAGS@]