mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +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
|
.endif
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} == "mips"
|
.if ${MACHINE_ARCH} == "mips"
|
||||||
. if defined(TARGET_BIG_ENDIAN)
|
|
||||||
CFLAGS += -EB
|
|
||||||
LD += -EB
|
|
||||||
. else
|
|
||||||
CFLAGS += -EL
|
|
||||||
LD += -EL
|
|
||||||
. endif
|
|
||||||
CFLAGS += -G0
|
CFLAGS += -G0
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user