Remove GCC Libraries dependencies
Change-Id: I75608863e4d321df1333649b23db63ec411c319e
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/04/12 01:05:31 mrg Exp $
|
||||
#
|
||||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
|
||||
|
||||
CONFIGURE_ARGS+=--disable-shared
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
|
||||
# Don't override CFLAGS and CXXFLAGS, it breaks ABI detection.
|
||||
# PATH needs special treating since "make" tries to expand $PATH
|
||||
# when variable is used.
|
||||
CONFIGURE_ENV:= ${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
|
||||
PATH="${TOOLDIR:Q}/bin:$$$$PATH"
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} != "Minix"
|
||||
# Force avoiding possibly non-executable install-sh.
|
||||
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
|
||||
.endif
|
||||
@@ -1,16 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.3 2013/11/28 12:08:57 mrg Exp $
|
||||
#
|
||||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/mpc/dist
|
||||
|
||||
CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} \
|
||||
--with-mpfr=${TOOLDIR:Q}
|
||||
|
||||
CONFIGURE_ARGS+=--disable-shared
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} != "Minix"
|
||||
# Force avoiding possibly non-executable install-sh.
|
||||
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
|
||||
.endif
|
||||
@@ -1,15 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/04/15 08:37:32 mrg Exp $
|
||||
#
|
||||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/mpfr/dist
|
||||
|
||||
CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q}
|
||||
|
||||
CONFIGURE_ARGS+=--disable-shared
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} != "Minix"
|
||||
# Force avoiding possibly non-executable install-sh.
|
||||
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
|
||||
.endif
|
||||
Reference in New Issue
Block a user