From 4579baec41e53f21185a0d45122aad66bc883642 Mon Sep 17 00:00:00 2001 From: Mark Ferrell Date: Fri, 27 Jun 2014 19:24:02 -0700 Subject: Stop hardcoding the expected toolchain --- libexec/build-make-compile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libexec/build-make-compile b/libexec/build-make-compile index 4f56253..8ff954f 100755 --- a/libexec/build-make-compile +++ b/libexec/build-make-compile @@ -40,18 +40,11 @@ build_make_compile() # may potentially overwrite this data, in particular the toolchain data # is usually rewritten within the toolchain/buildtools rule. echo "compiling: ${1}" - eval "$(build-query --toolchain "${CHOST}")" mkenv "compile" PKG_LOGFILE="${L}/compile.log" build uninstall "${1}" >> "${PKG_LOGFILE}" - # pkgconfig can be a right pita... - PKG_CONFIG_LIBDIR="${SYSROOT}/usr/share/pkgconfig:${SYSROOT}/usr/lib/pkgconfig" - PKG_CONFIG_SYSROOT_DIR="${SYSROOT}" - export PKG_CONFIG_LIBDIR PKG_CONFIG_PATH - export PKG_CONFIG_SYSROOT_DIR - # Don't pass along the builder jobcontrol data to child processes unset MAKEFLAGS -- cgit v1.2.3-18-g5258