mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix missing endif.
This commit is contained in:
parent
129898e521
commit
17f6dfcca0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291055
@ -134,6 +134,7 @@ _CPUCFLAGS = -march=${CPUTYPE}
|
||||
# 4kc, 24kc, 34kc, 74kc, 1004kc, octeon, octeon+, octeon2, octeon3,
|
||||
# sb1, xlp, xlr
|
||||
_CPUCFLAGS = -march=${CPUTYPE:S/^mips//}
|
||||
. endif
|
||||
. elif ${MACHINE_ARCH} == "sparc64"
|
||||
. if ${CPUTYPE} == "v9"
|
||||
_CPUCFLAGS = -mcpu=v9
|
||||
|
Loading…
Reference in New Issue
Block a user