7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
# -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/)
|