Commit graph

4 commits

Author SHA1 Message Date
Heath123
7d08f869f4 Remove the docs changes that make it fail to build 2023-07-20 16:53:41 +01:00
Heath123
7d4692c36f Update patches 2023-07-20 16:35:39 +01:00
Heath123
c3e4fdf7ef Upgrade to GCC 13.1.0 and add rustc_codegen_gcc support 2023-06-28 15:16:36 +01:00
Lephenixnoir
26affe51cf
new build system for fxSDK sysroot and libstdc++-v3
The main change is making the scripts a two-stage process where we
first build GCC, leave the user to install the libc, and then come back
to install libstdc++-v3.

* Detect whether we are in the first or second stage
* Don't clean files after first stage install, and even then only do it
  if :clean is specified
* Update README except for the manual install tutorial
* Patch the source using a backported GCC 12.1 commit to make the
  configure script for libstdc++-v3 skip checking for dlopen, which is
  impossible is our not-really-hosted setup

Details:
* Proper .gitignore
2022-08-19 15:23:21 +02:00