We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b05aea + 70fad31 commit 61e7293Copy full SHA for 61e7293
scripts/001-binutils.sh
@@ -25,6 +25,7 @@ TARGET_ALIAS="dvp"
25
TARG_XTRA_OPTS=""
26
OSVER=$(uname)
27
28
+# setting lt_cv_sys_max_cmd_len works around ancient libtool bugs
29
if [ "${OSVER:0:10}" == MINGW64_NT ]; then
30
export lt_cv_sys_max_cmd_len=8000
31
export CC=x86_64-w64-mingw32-gcc
@@ -35,6 +36,9 @@ elif [ "${OSVER:0:10}" == MINGW32_NT ]; then
35
36
export CC=i686-w64-mingw32-gcc
37
TARG_XTRA_OPTS="--host=i686-w64-mingw32"
38
CFLAGS="$CFLAGS -DHAVE_DECL_ASPRINTF -DHAVE_DECL_VASPRINTF"
39
+elif [ "${OSVER:0:9}" == "CYGWIN_NT" ]; then
40
+ export lt_cv_sys_max_cmd_len=8000
41
+ TARG_XTRA_OPTS="--host=x86_64-pc-cygwin"
42
fi
43
44
## Determine the maximum number of processes that Make can work with.
0 commit comments