Changes between Initial Version and Version 1 of Ticket #64698, comment 17
- Timestamp:
- Feb 20, 2022, 12:53:48 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64698, comment 17
initial v1 1 1 here is how to use ghc to cross compile itself to another supported target. 2 2 3 https://gitlab.haskell.org/ghc/ghc/-/wikis/building/cross-compiling 4 3 5 I might first try using the x86_64 version to build the i386 version, as the simplest possible try that is most likely to work, and once you see how to do that, move on to the hard stuff.