default to MACHINE_GNU_PLATFORM so that when run with nbmake-foo the right
thing happens
This commit is contained in:
parent
283d2f1d6e
commit
d15ef1a9ae
4
external/lgpl3/gmp/Makefile.netbsd-gmp
vendored
4
external/lgpl3/gmp/Makefile.netbsd-gmp
vendored
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user