Module Name: src
Committed By: matt
Date: Thu Jul 18 22:40:58 UTC 2013
Modified Files:
src/external/lgpl3/gmp: Makefile.netbsd-gmp
Log Message:
default to MACHINE_GNU_PLATFORM so that when run with nbmake-foo the right
thing happens
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/lgpl3/gmp/Makefile.netbsd-gmp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/lgpl3/gmp/Makefile.netbsd-gmp
diff -u src/external/lgpl3/gmp/Makefile.netbsd-gmp:1.2 src/external/lgpl3/gmp/Makefile.netbsd-gmp:1.3
--- src/external/lgpl3/gmp/Makefile.netbsd-gmp:1.2 Tue Feb 5 02:54:01 2013
+++ src/external/lgpl3/gmp/Makefile.netbsd-gmp Thu Jul 18 22:40:58 2013
@@ -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} \