projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3983426
)
Gold/MIPS: Drop mips*le/mips*el* triple pattern
author
YunQiang Su
<yunqiang.su@cipunited.com>
Sun, 20 Aug 2023 14:58:37 +0000
(22:58 +0800)
committer
YunQiang Su
<yunqiang.su@cipunited.com>
Mon, 28 Aug 2023 03:43:30 +0000
(23:43 -0400)
Only mips*el triples are supported by binutils. The mips*le
or mips*el* may cause some problem with other components of
binutils, since they will consider them as big endian.
gold/configure.tgt
patch
|
blob
|
history
diff --git
a/gold/configure.tgt
b/gold/configure.tgt
index
996bc90
..
8f0f21b
100644
(file)
--- a/
gold/configure.tgt
+++ b/
gold/configure.tgt
@@
-153,7
+153,7
@@
aarch64*-*)
targ_big_endian=false
targ_extra_big_endian=true
;;
-mips*el
*-*-*|mips*le*
-*-*)
+mips*el-*-*)
targ_obj=mips
targ_machine=EM_MIPS
targ_size=32