summaryrefslogtreecommitdiffhomepage
path: root/vars/libfirm.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 00:35:43 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 01:27:04 +0000
commit03a6372afeb96419da89a8100c95366f9ebe68cc (patch)
treebb994263b3afd55f4c7dd7c9a1b8381317baad81 /vars/libfirm.vars
parentf937121616866517e54f27e4e8d806c70f288ab8 (diff)
downloadmidipix_build-03a6372afeb96419da89a8100c95366f9ebe68cc.tar.bz2
midipix_build-03a6372afeb96419da89a8100c95366f9ebe68cc.tar.xz
subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and introduces ${PKG_URLS_GIT}.
subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all().
Diffstat (limited to 'vars/libfirm.vars')
-rw-r--r--vars/libfirm.vars3
1 files changed, 1 insertions, 2 deletions
diff --git a/vars/libfirm.vars b/vars/libfirm.vars
index fc51967b..1d579108 100644
--- a/vars/libfirm.vars
+++ b/vars/libfirm.vars
@@ -2,8 +2,7 @@
# . ./build.vars and set -o errexit -o noglob are assumed.
#
-pkg_libfirm_fetch_post() {
- fetch_git bfirm ${GITROOT}/compilers/bfirm;
+pkg_libfirm_configure_pre() {
insecure_mkdir cparser+libfirm/sysroot cparser+libfirm/build/libfirm;
};