mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Use gcc-4.1.1 again for mipsel.
This commit is contained in:
parent
add8540909
commit
5e5954a808
|
@ -621,8 +621,7 @@ mipsel.r3000-ps1.h : tc_bfdname = elf32-littlemips
|
|||
|
||||
tc.mipsel.r3000-ps1.as = mipsel-elf-as-20060406 -O -mno-pdr
|
||||
##tc.mipsel.r3000-ps1.as = mipsel-linux-as-2.16.1 -O -mno-pdr
|
||||
##tc.mipsel.r3000-ps1.gcc = mipsel-linux-gcc-4.1.1 -mel -march=r3000 -mno-abicalls -mabi=eabi -G0 -nostdinc -MMD -MT $@
|
||||
tc.mipsel.r3000-ps1.gcc = mipsel-linux-gcc-4.2.0 -mel -march=r3000 -mno-abicalls -mabi=eabi -G0 -nostdinc -MMD -MT $@
|
||||
tc.mipsel.r3000-ps1.gcc = mipsel-linux-gcc-4.1.1 -mel -march=r3000 -mno-abicalls -mabi=eabi -G0 -nostdinc -MMD -MT $@
|
||||
tc.mipsel.r3000-ps1.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
|
||||
tc.mipsel.r3000-ps1.gcc += -Wall -W -Wcast-align -Wcast-qual -Wwrite-strings -Werror
|
||||
|
||||
|
|
|
@ -55,10 +55,10 @@ $c += -fmodulo-sched
|
|||
$c += -floop-optimize2
|
||||
$c += -ffixed-30
|
||||
else ifneq ($(findstring -gcc-4.2.0,$(firstword $($c))),)
|
||||
# gcc-4.2.0-20060826
|
||||
# gcc-4.2.0-20060826 snapshot
|
||||
$c += -fno-wrapv
|
||||
$c += -mtune=r4000
|
||||
$c += -fno-regmove
|
||||
$c += -fno-wrapv
|
||||
$c += -fno-sched-spec
|
||||
$c += -fno-schedule-insns
|
||||
$c += -fno-schedule-insns2
|
||||
|
|
Loading…
Reference in New Issue
Block a user