-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2025-01-02 14:33 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* config/global.mk * config/win/clang-noauto.mk * config/win/clang.mk * supplemented config for Windows clang cross compilers distributed in multilib fashion, like Martin Storsjo's: https://github.com/mstorsjo/llvm-mingw + HB_CCPREFIX= support for clang on Windows, you can build ARM64 Harbour from AMD64 hosts using mentioned toolchain: set PATH=C:\llvm-mingw\bin;%PATH% set HB_COMPILER=clang win-make (build for your host first) set HB_CCPREFIX=aarch64-w64-mingw32- set HB_HOST_BIN=<HarbourPath>\bin\win\clang\ (if not autodetected) win-make ; cross compiling from Unix hosts is not yet tested, but looks very close to be possible ! fixed typo's * utils/hbmk2/hbmk2.prg * changed llvm-ar call to also respect HB_CCPREFIX
- Loading branch information
Showing
5 changed files
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters