Skip to content

Commit

Permalink
Use patched mwcc compiler 2.0p1
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter authored and SquareMan committed Jul 3, 2024
1 parent 188cae5 commit 678b0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

# Tool versions
config.binutils_tag = "2.42-1"
config.compilers_tag = "20231018"
config.compilers_tag = "20240702"
config.dtk_tag = "v0.9.0"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.11"
Expand Down Expand Up @@ -209,8 +209,6 @@
cflags_bfbb = [
*cflags_base,
"-common on",
"-schedule on",
"-opt level=4,peephole,speed",
"-char unsigned",
"-str reuse,pool,readonly",
"-use_lmw_stmw on",
Expand All @@ -229,7 +227,7 @@
"-DGAMECUBE",
]

config.linker_version = "GC/2.0"
config.linker_version = "GC/2.0p1"


# Helper function for Dolphin libraries
Expand Down
1 change: 1 addition & 0 deletions tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ def generate_objdiff_config(
"GC/1.3.2": "mwcc_242_81",
"GC/1.3.2r": "mwcc_242_81r",
"GC/2.0": "mwcc_247_92",
"GC/2.0p1": "mwcc_247_92p1",
"GC/2.5": "mwcc_247_105",
"GC/2.6": "mwcc_247_107",
"GC/2.7": "mwcc_247_108",
Expand Down

0 comments on commit 678b0b6

Please sign in to comment.