mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Revert "Gold/MIPS: Add mips64*/mips64*el triple support"
This reverts commit 5c4cdba100. It was
applied unapproved.
This commit is contained in:
@@ -153,14 +153,6 @@ aarch64*-*)
|
||||
targ_big_endian=false
|
||||
targ_extra_big_endian=true
|
||||
;;
|
||||
mips64*el-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
targ_size=64
|
||||
targ_extra_size=32
|
||||
targ_big_endian=false
|
||||
targ_extra_big_endian=true
|
||||
;;
|
||||
mips*el-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
@@ -169,14 +161,6 @@ mips*el-*-*)
|
||||
targ_big_endian=false
|
||||
targ_extra_big_endian=true
|
||||
;;
|
||||
mips64*-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
targ_size=64
|
||||
targ_extra_size=32
|
||||
targ_big_endian=true
|
||||
targ_extra_little_endian=true
|
||||
;;
|
||||
mips*-*-*)
|
||||
targ_obj=mips
|
||||
targ_machine=EM_MIPS
|
||||
|
||||
Reference in New Issue
Block a user