mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Another style nit.
This commit is contained in:
parent
6a36d46ee4
commit
636e7b0455
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@
|
|||
GCCDIR= ${.CURDIR}/../../../../contrib/gcc
|
||||
|
||||
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
|
||||
GCC_ARCH=mips
|
||||
GCC_ARCH= mips
|
||||
.else
|
||||
GCC_ARCH=${MACHINE_ARCH}
|
||||
GCC_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
# Machine description.
|
||||
|
|
|
|||
Loading…
Reference in a new issue