Now that we default to the proper endian, we don't need these for mips
This commit is contained in:
parent
b8a4becc2d
commit
9bc38a3ba2
@ -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