summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-10-28 12:11:12 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-10-28 12:11:12 +0000
commit57aaee76d5db2e7692820f62a8edabf8b7611dfe (patch)
tree44d8350a96d887b4956dc6fec1378349dc6ec100
parent2d2e96dc51d1b8ca1b24a2d0a60aef76127dac90 (diff)
downloadglib-57aaee76d5db2e7692820f62a8edabf8b7611dfe.tar.gz
docs: Add objcopy to example cross-compilation file
Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #1916
-rw-r--r--.gitlab-ci/cross_file_mingw64.txt1
-rw-r--r--docs/reference/glib/cross.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/cross_file_mingw64.txt b/.gitlab-ci/cross_file_mingw64.txt
index 1897b686a..1029b6db1 100644
--- a/.gitlab-ci/cross_file_mingw64.txt
+++ b/.gitlab-ci/cross_file_mingw64.txt
@@ -12,6 +12,7 @@ c_link_args = []
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
+objcopy = 'x86_64-w64-mingw32-objcopy'
strip = 'x86_64-w64-mingw32-strip'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
windres = 'x86_64-w64-mingw32-windres'
diff --git a/docs/reference/glib/cross.xml b/docs/reference/glib/cross.xml
index 50e7ba675..977421faa 100644
--- a/docs/reference/glib/cross.xml
+++ b/docs/reference/glib/cross.xml
@@ -59,6 +59,7 @@ c_link_args = []
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
+objcopy = 'x86_64-w64-mingw32-objcopy'
strip = 'x86_64-w64-mingw32-strip'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
windres = 'x86_64-w64-mingw32-windres'