1
0

Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# -mips2 is the default on 6.2 systems, but we want
# to be able to run on R3000 5.3 systems, so make mips1 the default
DEF_OBJECT_STYLE=32_M1
# and since commondefs doesn't know about mips1 any more...
DEF_CSTYLE=$(CSTYLE_32_M2:S/-mips2/-mips1/)
DEF_GLDOPTS=$(GLDOPTS_32_M2:S/-mips2/-mips1/)