diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-13 23:02:58 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-13 23:02:58 +0100 |
commit | bcbe15349a7ac8b0cc6fb53dbb480ed966edba70 (patch) | |
tree | 12065b836c66536d04eac45a43fcfe65d5ec5db0 /437.python3.vars | |
parent | 1dc645596162525f8e244dc30824b19b5a73f12e (diff) | |
download | midipix_build-bcbe15349a7ac8b0cc6fb53dbb480ed966edba70.tar.bz2 midipix_build-bcbe15349a7ac8b0cc6fb53dbb480ed966edba70.tar.xz |
Adds libfirm via bfirm and cparser via bcparser (via midipix.)
Diffstat (limited to '437.python3.vars')
-rw-r--r-- | 437.python3.vars | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/437.python3.vars b/437.python3.vars deleted file mode 100644 index 9cdc016f..00000000 --- a/437.python3.vars +++ /dev/null @@ -1,17 +0,0 @@ -# -# . ./build.vars and set -o errexit -o noglob are assumed. -# - -pkg_python3_configure_pre() { - (cd ../${PKG_SUBDIR} && autoconf); - (unset AR BLDSHARED CC CFLAGS CPPFLAGS LDFLAGS RANLIB; - mv -- config.cache ../${PKG_SUBDIR}/config.cache; - ../${PKG_SUBDIR}/configure; - make _FIP=Programs/host_freeze_importlib Programs/host_freeze_importlib \ - BUILDPYTHON=hostpython hostpython \ - PGEN=Parser/hostpgen Parser/hostpgen; - make distclean); - mv -- ../${PKG_SUBDIR}/config.cache .; -}; - -# vim:filetype=sh |