At last on some linux distros, gmake is needed to build the cross-gdb.
This commit is contained in:
parent
d60db5e056
commit
63a0d054cf
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2012/02/09 15:15:58 skrll Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2012/10/01 19:27:04 bouyer Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -15,7 +15,7 @@ MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
|
|||
ALL_TARGET= all-gdb
|
||||
INSTALL_TARGET= install-gdb
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
.include "${.CURDIR}/../Makefile.gmakehost"
|
||||
|
||||
CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
|
||||
|
||||
|
|
Loading…
Reference in New Issue