Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp default to MACHINE_GNU_PLATFORM so that w...
details: https://anonhg.NetBSD.org/src/rev/1f215ff1628d
branches: trunk
changeset: 788755:1f215ff1628d
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 22:40:58 2013 +0000
description:
default to MACHINE_GNU_PLATFORM so that when run with nbmake-foo the right
thing happens
diffstat:
external/lgpl3/gmp/Makefile.netbsd-gmp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 19a075845de5 -r 1f215ff1628d external/lgpl3/gmp/Makefile.netbsd-gmp
--- a/external/lgpl3/gmp/Makefile.netbsd-gmp Thu Jul 18 22:39:57 2013 +0000
+++ b/external/lgpl3/gmp/Makefile.netbsd-gmp Thu Jul 18 22:40:58 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.netbsd-gmp,v 1.2 2013/02/05 02:54:01 matt Exp $
+# $NetBSD: Makefile.netbsd-gmp,v 1.3 2013/07/18 22:40:58 matt Exp $
# hack makefile to help build gmp ./configure
@@ -6,7 +6,7 @@
CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
-TARGET?=hppa-netbsd
+TARGET?=${MACHINE_GNU_PLATFORM}
#TARGET=mips64el-netbsd
ENV_ARGS=\
CC=${CC:Q}' '${CCADDFLAGS:Q} \
Home |
Main Index |
Thread Index |
Old Index