Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat/mips64 the gmp/mpfr subdirs are mipsel/mipseb.
details: https://anonhg.NetBSD.org/src/rev/e6c21e74e39a
branches: trunk
changeset: 766932:e6c21e74e39a
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 04 12:00:49 2011 +0000
description:
the gmp/mpfr subdirs are mipsel/mipseb.
diffstat:
compat/mips64/64/bsd.64.mk | 6 +++---
compat/mips64/o32/bsd.o32.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r 23e787742378 -r e6c21e74e39a compat/mips64/64/bsd.64.mk
--- a/compat/mips64/64/bsd.64.mk Mon Jul 04 12:00:15 2011 +0000
+++ b/compat/mips64/64/bsd.64.mk Mon Jul 04 12:00:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.64.mk,v 1.5 2011/07/01 01:30:16 mrg Exp $
+# $NetBSD: bsd.64.mk,v 1.6 2011/07/04 12:00:49 mrg Exp $
.if ${MACHINE_ARCH} == "mips64eb"
LD+= -m elf64btsmip
@@ -13,7 +13,7 @@
LDFLAGS+= -mabi=64
MKDEPFLAGS+= -mabi=64
-LIBMPFR_MACHINE_ARCH= ${MLIBDIR}
-LIBGMP_MACHINE_ARCH= ${MLIBDIR}
+LIBMPFR_MACHINE_ARCH= mipseb
+LIBGMP_MACHINE_ARCH= mipseb
.include "${.PARSEDIR}/../../Makefile.compat"
diff -r 23e787742378 -r e6c21e74e39a compat/mips64/o32/bsd.o32.mk
--- a/compat/mips64/o32/bsd.o32.mk Mon Jul 04 12:00:15 2011 +0000
+++ b/compat/mips64/o32/bsd.o32.mk Mon Jul 04 12:00:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.o32.mk,v 1.5 2011/07/01 01:30:16 mrg Exp $
+# $NetBSD: bsd.o32.mk,v 1.6 2011/07/04 12:00:49 mrg Exp $
.if ${MACHINE_ARCH} == "mips64eb"
LD+= -m elf32btsmip
@@ -13,7 +13,7 @@
LDFLAGS+= -mabi=32 -march=mips3
MKDEPFLAGS+= -mabi=32 -march=mips3
-LIBMPFR_MACHINE_ARCH= ${MLIBDIR}
-LIBGMP_MACHINE_ARCH= ${MLIBDIR}
+LIBMPFR_MACHINE_ARCH= mipsel
+LIBGMP_MACHINE_ARCH= mipsel
.include "${.PARSEDIR}/../../Makefile.compat"
Home |
Main Index |
Thread Index |
Old Index