mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Now that we default to the proper endian, we don't need these for mips
This commit is contained in:
parent
b8a4becc2d
commit
9bc38a3ba2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211949
@ -203,13 +203,6 @@ LD += -EB
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
. if defined(TARGET_BIG_ENDIAN)
|
||||
CFLAGS += -EB
|
||||
LD += -EB
|
||||
. else
|
||||
CFLAGS += -EL
|
||||
LD += -EL
|
||||
. endif
|
||||
CFLAGS += -G0
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user