summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-13 05:50:31 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 05:50:31 (GMT)
commit57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac (patch)
tree9477fd0a23bbe297fd11178b7ed6cd8c3c8a268a /samples
parent4c9218d51dc3c6c84a8d5c488f234ed7575107c6 (diff)
parent5f3774cd656ba54200cb192fc1454c5232347b70 (diff)
Merge pull request #239 from diorcety-ctng/cc-cygwin-mingw-linux
Canadian cross build = x86_64 Cygwin host = x86_64 MinGW_W64 target = x86_64 GNU/Linux
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config28
-rw-r--r--samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/reported.by3
2 files changed, 31 insertions, 0 deletions
diff --git a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config
new file mode 100755
index 0000000..373ec83
--- /dev/null
+++ b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config
@@ -0,0 +1,28 @@
+CT_EXPERIMENTAL=y
+CT_DEBUG_CT=y
+CT_DEBUG_CT_SAVE_STEPS=y
+CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
+# CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
+CT_LOG_EXTRA=y
+CT_ARCH_64=y
+CT_ARCH_x86=y
+CT_TARGET_VENDOR="pc"
+CT_CANADIAN=y
+CT_HOST="x86_64-w64-mingw32"
+CT_KERNEL_linux=y
+CT_BINUTILS_LINKER_LD_GOLD=y
+CT_BINUTILS_GOLD_THREADS=y
+CT_BINUTILS_LD_WRAPPER=y
+CT_BINUTILS_FOR_TARGET=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_ltrace=y
+CT_LTRACE_V_0_5_3=y
+CT_DEBUG_strace=y
+CT_STRACE_V_4_5_19=y
+CT_GMP_V_5_1_3=y
+CT_MPFR_V_3_1_2=y
+CT_MPC_V_0_9=y
+CT_COMP_TOOLS=y
+CT_COMP_TOOLS_make=y
+CT_COMP_TOOLS_libtool=y
diff --git a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/reported.by b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/reported.by
new file mode 100644
index 0000000..aa52a3a
--- /dev/null
+++ b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Ray Donnelly"
+reporter_url="https://github.com/crosstool-ng/crosstool-ng"
+reporter_comment="Tested as Canadian Cross with build of GNU/Linux-x86_64 and Cygwin-x86_64"