fix a comment.
This commit is contained in:
parent
a96964cd81
commit
629c2d4d76
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: bsd.64.mk,v 1.11 2015/06/22 00:09:39 matt Exp $
|
# $NetBSD: bsd.64.mk,v 1.12 2018/02/06 10:00:00 mrg Exp $
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} == "mips64eb"
|
.if ${MACHINE_ARCH} == "mips64eb"
|
||||||
LD+= -m elf64btsmip
|
LD+= -m elf64btsmip
|
||||||
@ -8,9 +8,7 @@ LD+= -m elf64ltsmip
|
|||||||
.ifndef MLIBDIR
|
.ifndef MLIBDIR
|
||||||
MLIBDIR= 64
|
MLIBDIR= 64
|
||||||
|
|
||||||
# XXX
|
# GCC 5/6 libgomp for n64 needs files we don't generate yet.
|
||||||
# GCC 4.5 libgomp wants a different omp.h installed for the 64 bit
|
|
||||||
# version of it, and we don't have a way of doing that yet.
|
|
||||||
NO_LIBGOMP= 1
|
NO_LIBGOMP= 1
|
||||||
|
|
||||||
COPTS+= -mabi=64
|
COPTS+= -mabi=64
|
||||||
|
Loading…
Reference in New Issue
Block a user