Changes between Initial Version and Version 1 of Ticket #64698, comment 17


Ignore:
Timestamp:
Feb 20, 2022, 12:53:48 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64698, comment 17

    initial v1  
    11here is how to use ghc to cross compile itself to another supported target.
    22
     3https://gitlab.haskell.org/ghc/ghc/-/wikis/building/cross-compiling
     4
    35I 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.