2018-09-28 17:45:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 2018/09/28 14:45:16 maya Exp $
|
2003-03-26 02:43:49 +03:00
|
|
|
#
|
|
|
|
|
2009-05-08 21:45:22 +04:00
|
|
|
GNUHOSTDIST= ${.CURDIR}/../../external/bsd/file/dist
|
2003-03-26 02:43:49 +03:00
|
|
|
|
2005-02-11 18:01:57 +03:00
|
|
|
CONFIGURE_ENV+= CC=${HOST_CC:Q} \
|
|
|
|
CFLAGS=${HOST_CFLAGS:Q} \
|
|
|
|
CPPFLAGS=${HOST_CPPFLAGS:Q} \
|
|
|
|
CXX=${HOST_CXX:Q}
|
|
|
|
|
2008-08-31 04:31:22 +04:00
|
|
|
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \
|
2018-09-28 17:45:16 +03:00
|
|
|
--disable-warnings --disable-libseccomp
|
2003-03-26 02:43:49 +03:00
|
|
|
|
2003-07-08 07:41:34 +04:00
|
|
|
.NOTPARALLEL:
|
|
|
|
|
2003-03-26 02:43:49 +03:00
|
|
|
.include "${.CURDIR}/../Makefile.gnuhost"
|
2012-04-15 12:37:32 +04:00
|
|
|
|
|
|
|
# Force avoiding possibly non-executable install-sh.
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
|