Several changes to GNU toolchain based XTchain:

* Fix binutils patch
* Add make and wine tools
* Do not hardcode MinGW library and NT version
* Add licensing information
* General synchronization with LLVM-based XTchain
This commit is contained in:
2020-08-17 13:59:31 +02:00
parent a2c597b1bc
commit 8ed69629c0
9 changed files with 2574 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ index 5149ef582b..f09e4b7382 100644
+ subsystem_name = "XT PSX application";
+ break;
+ case IMAGE_SUBSYSTEM_XT_DYNLIB:
+ subsystem_name = "XT dynamic library"
+ subsystem_name = "XT dynamic library";
+ break;
/* Added default case for clarity - subsystem_name is NULL anyway. */
default: