diff options
| author | mrg <mrg@NetBSD.org> | 2018-02-06 10:00:00 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2018-02-06 10:00:00 +0000 |
| commit | df8167f6be6cba2975a2a9726e6bb585dd1b6c85 (patch) | |
| tree | 156357323061043f39065638623c3457cd235e59 /compat | |
| parent | f324a50e5d9445fe2a45a52e10759a6a2701e583 (diff) | |
fix a comment.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/mips64/64/bsd.64.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compat/mips64/64/bsd.64.mk b/compat/mips64/64/bsd.64.mk index b8e7739f620..7560c831c29 100644 --- a/compat/mips64/64/bsd.64.mk +++ b/compat/mips64/64/bsd.64.mk @@ -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" LD+= -m elf64btsmip @@ -8,9 +8,7 @@ LD+= -m elf64ltsmip .ifndef MLIBDIR MLIBDIR= 64 -# XXX -# 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. +# GCC 5/6 libgomp for n64 needs files we don't generate yet. NO_LIBGOMP= 1 COPTS+= -mabi=64 |
