aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2024-07-07 10:18:54 +0100
committerRon Yorston <rmy@pobox.com>2024-07-07 10:18:54 +0100
commitf4fc4fb51fcba40a5db81861629fff27d73bed85 (patch)
tree9480b772b9ba823f0a7082cfabef7bc5e10370ef /init
parent480ebf43e85b2cfc31c433ee8bb3a723e44e9f9f (diff)
downloadbusybox-w32-f4fc4fb51fcba40a5db81861629fff27d73bed85.tar.gz
busybox-w32-f4fc4fb51fcba40a5db81861629fff27d73bed85.tar.bz2
busybox-w32-f4fc4fb51fcba40a5db81861629fff27d73bed85.zip
ash: special hack for libtool
Libtool assumes the host environment is MSYS2 and will be confused by Windows-style command switches. The "/c" in "cmd /c" looks like a path, which MSYS2 incorrectly decodes to "c:/". Anticipating this, libtool encodes these calls as "cmd //c" which does not work outside MSYS2. A busybox-w32 patch makes it behave like MSYS2 in just this one case. Adds 88-96 bytes. (GitHub issue #297 and https://github.com/skeeto/w64devkit/issues/50)
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions