summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-07-13 11:49:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commit4551301838a348ede590769265525b82aafc3537 (patch)
tree2e7844a686ebc93a6a806be3304ee0fd2edf8509
parent8b0e9bbdf9d91cc058700dede700f971b7a27512 (diff)
downloadOSELAS.Toolchain-4551301838a348ede590769265525b82aafc3537.tar.gz
OSELAS.Toolchain-4551301838a348ede590769265525b82aafc3537.tar.xz
rules: use the regular pkgdir handling for host packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-cloog.make2
-rw-r--r--rules/host-expat.make2
-rw-r--r--rules/host-gmp.make2
-rw-r--r--rules/host-isl.make2
-rw-r--r--rules/host-libelf.make2
-rw-r--r--rules/host-mpc.make2
-rw-r--r--rules/host-mpfr.make2
-rw-r--r--rules/host-xz.make2
-rw-r--r--rules/host-zlib.make2
-rw-r--r--rules/pre/toolchain.make2
10 files changed, 1 insertions, 19 deletions
diff --git a/rules/host-cloog.make b/rules/host-cloog.make
index 29812a1..2f08c80 100644
--- a/rules/host-cloog.make
+++ b/rules/host-cloog.make
@@ -29,8 +29,6 @@ HOST_CLOOG_LICENSE := LGPL-2.1-or-later
# Prepare
# ----------------------------------------------------------------------------
-HOST_CLOOG_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-expat.make b/rules/host-expat.make
index 75202cf..1c02ab0 100644
--- a/rules/host-expat.make
+++ b/rules/host-expat.make
@@ -29,8 +29,6 @@ HOST_EXPAT_LICENSE := MIT
# Prepare
# ----------------------------------------------------------------------------
-HOST_EXPAT_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-gmp.make b/rules/host-gmp.make
index 9ab82c2..09a13fa 100644
--- a/rules/host-gmp.make
+++ b/rules/host-gmp.make
@@ -36,8 +36,6 @@ HOST_GMP_LICENSE_FILES := \
# Prepare
# ----------------------------------------------------------------------------
-HOST_GMP_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-isl.make b/rules/host-isl.make
index b05a99e..a53bdb2 100644
--- a/rules/host-isl.make
+++ b/rules/host-isl.make
@@ -29,8 +29,6 @@ HOST_ISL_LICENSE := MIT
# Prepare
# ----------------------------------------------------------------------------
-HOST_ISL_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-libelf.make b/rules/host-libelf.make
index f597bfe..02f5140 100644
--- a/rules/host-libelf.make
+++ b/rules/host-libelf.make
@@ -51,8 +51,6 @@ HOST_LIBELF_AUTOCONF := \
--with-lzma \
--without-biarch
-HOST_LIBELF_DEVPKG := NO
-
ifdef PTXDIST_ICECC
LIBELF_CFLAGS := -C
endif
diff --git a/rules/host-mpc.make b/rules/host-mpc.make
index 358d8fc..5101beb 100644
--- a/rules/host-mpc.make
+++ b/rules/host-mpc.make
@@ -29,8 +29,6 @@ HOST_MPC_LICENSE := LGPL-3.0-or-later
# Prepare
# ----------------------------------------------------------------------------
-HOST_MPC_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make
index bc0aad8..6c37f03 100644
--- a/rules/host-mpfr.make
+++ b/rules/host-mpfr.make
@@ -32,8 +32,6 @@ HOST_MPFR_URL := \
# Prepare
# ----------------------------------------------------------------------------
-HOST_MPFR_DEVPKG:= NO
-
#
# autoconf
#
diff --git a/rules/host-xz.make b/rules/host-xz.make
index aa28171..f70bb1f 100644
--- a/rules/host-xz.make
+++ b/rules/host-xz.make
@@ -34,8 +34,6 @@ HOST_XZ_LICENSE_FILES := \
# Prepare
# ----------------------------------------------------------------------------
-HOST_XZ_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/host-zlib.make b/rules/host-zlib.make
index 88c02c0..a626f97 100644
--- a/rules/host-zlib.make
+++ b/rules/host-zlib.make
@@ -33,8 +33,6 @@ HOST_ZLIB_LICENSE_FILES := file://README;md5=0ff45db88393c3152e458a047bba0ff1
# Prepare
# ----------------------------------------------------------------------------
-HOST_ZLIB_DEVPKG := NO
-
#
# autoconf
#
diff --git a/rules/pre/toolchain.make b/rules/pre/toolchain.make
index a9a1e92..76227ca 100644
--- a/rules/pre/toolchain.make
+++ b/rules/pre/toolchain.make
@@ -28,7 +28,7 @@ PTX_HOST_CROSS_AUTOCONF_HOST := --host=$(GNU_HOST)
PTX_HOST_CROSS_AUTOCONF_BUILD := --build=$(GNU_HOST)
PTX_HOST_CROSS_AUTOCONF_TARGET := --target=$(PTX_TOUPLE_TARGET)
-PTX_HOST_AUTOCONF_PREFIX := --prefix=$(PTXCONF_SYSROOT_HOST)
+PTX_HOST_AUTOCONF_PREFIX := --prefix=
PTX_HOST_CROSS_AUTOCONF_PREFIX := --prefix=$(PTXCONF_PREFIX_CROSS)
PTX_HOST_AUTOCONF := \