Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/compat/mips64/o32 set LIBC_MACHINE_ARCH otherwise we don't g...



details:   https://anonhg.NetBSD.org/src/rev/511e711bdc3f
branches:  trunk
changeset: 818317:511e711bdc3f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 07 19:10:37 2016 +0000

description:
set LIBC_MACHINE_ARCH otherwise we don't get 'double' intrinsics.

diffstat:

 compat/mips64/o32/bsd.o32.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 47613a673037 -r 511e711bdc3f compat/mips64/o32/bsd.o32.mk
--- a/compat/mips64/o32/bsd.o32.mk      Fri Oct 07 19:10:03 2016 +0000
+++ b/compat/mips64/o32/bsd.o32.mk      Fri Oct 07 19:10:37 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.o32.mk,v 1.13 2015/06/24 22:20:25 matt Exp $
+#      $NetBSD: bsd.o32.mk,v 1.14 2016/10/07 19:10:37 christos Exp $
 
 .if ${MACHINE_ARCH} == "mips64eb"
 LD+=           -m elf32btsmip
@@ -8,9 +8,10 @@
 .ifndef MLIBDIR
 MLIBDIR=       o32
 
-LIBGCC_MACHINE_ARCH=    ${MACHINE_ARCH:S/64//}
-GOMP_MACHINE_ARCH=    ${MACHINE_ARCH:S/64//}
-XORG_MACHINE_ARCH=    ${MACHINE_ARCH:S/64//}
+LIBC_MACHINE_ARCH=     ${MACHINE_ARCH:S/64//}
+LIBGCC_MACHINE_ARCH=   ${MACHINE_ARCH:S/64//}
+GOMP_MACHINE_ARCH=     ${MACHINE_ARCH:S/64//}
+XORG_MACHINE_ARCH=     ${MACHINE_ARCH:S/64//}
 
 COPTS+=                -mabi=32 -march=mips3
 CPUFLAGS+=     -mabi=32 -march=mips3



Home | Main Index | Thread Index | Old Index