Martin Storsjö
Martin Storsjö
I’ll merge this PR now, so these additions are included in the new release that will be out soon.
It is definitely possible to do that - but the main effort lies in integrating the build/bootstrap of the target libc (primarily glibc in your case I guess, or musl?)...
If you copy a suitable aarch64 sysroot from somewhere, it might be possible to make it work by invoking clang like `clang -target aarch64-linux-gnu --sysroot=path/to/sysroot`, but to get it working...
The easiest way to achieve this is probably to regenerate the libc++ import libraries. Locate the libc++.dll that you want to have renamed, run `gendef libc++.dll`, which will spit out...
Yes, this is rather annoying. I'm not aware of a really good workaround for it. In wine, configure checks whether the compiler supports `-Wpragma-pack`, and adds `-Wno-pragma-pack` if it happened...
> I think this should make it possible to install it to a path that contains spaces. (Haven't tested it, had no time for that today.) Please do test, I...
> I've added `replacevars.py` to do correct replacements in `msvcenv.sh`. This could probably also be done with perl or awk, but I know how to do it in Python. Hmm,...
> > I've added `replacevars.py` to do correct replacements in `msvcenv.sh`. This could probably also be done with perl or awk, but I know how to do it in Python....
> Oh, sorry, I somehow totally missed that comment and only saw the inline comments. Would you instead of the mixture of bash, Python, and Perl scripts perhaps prefer just...
> > Oh, sorry, I somehow totally missed that comment and only saw the inline comments. Would you instead of the mixture of bash, Python, and Perl scripts perhaps prefer...