summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-01-17 14:56:24 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-01-17 14:56:24 +0000
commit35f3dfcb1498a2b157a1019b5d1572d95c670e8d (patch)
tree0f85ba07e985fa56b01722d7d013fea453da03aa
parentf70e086f236ce105febc102dffe6c6ffe56c6a9b (diff)
downloadmidipix_build-35f3dfcb1498a2b157a1019b5d1572d95c670e8d.tar.bz2
midipix_build-35f3dfcb1498a2b157a1019b5d1572d95c670e8d.tar.xz
{sigh,etc}/python2.7-config: moved.
vars/build.vars:gdb:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --with-system-libiberty --with-system-readline --with-system-zlib --with-python=${PWD}/etc/python2.7-config.
-rwxr-xr-xetc/python2.7-config (renamed from sigh/python2.7-config)0
-rw-r--r--vars/build.vars2
2 files changed, 1 insertions, 1 deletions
diff --git a/sigh/python2.7-config b/etc/python2.7-config
index 5888c816..5888c816 100755
--- a/sigh/python2.7-config
+++ b/etc/python2.7-config
diff --git a/vars/build.vars b/vars/build.vars
index d125e8c4..a740dfe1 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1576,7 +1576,7 @@ tmux tzdb vim yabasic xcowsay xeyes xorriso xterm xwd";
: ${PKG_GDB_URL:=ftp://sourceware.org/pub/gdb/releases/gdb-${PKG_GDB_VERSION}.tar.gz};
: ${PKG_GDB_CFLAGS_CONFIGURE_EXTRA:="--sysroot=${PREFIX_NATIVE} -g3 -O0 --include=stdc-predef.h -I${PREFIX_NATIVE}/include/python2.7 -L${PREFIX_NATIVE}/lib"};
: ${PKG_GDB_CXXFLAGS_CONFIGURE_EXTRA:="--sysroot=${PREFIX_NATIVE} -g3 -O0 --include=stdc-predef.h -I${PREFIX_NATIVE}/include/python2.7 -L${PREFIX_NATIVE}/lib"};
-: ${PKG_GDB_CONFIGURE_ARGS_EXTRA:="--with-system-libiberty --with-system-readline --with-system-zlib --with-python=${PWD}/sigh/python2.7-config"};
+: ${PKG_GDB_CONFIGURE_ARGS_EXTRA:="--with-system-libiberty --with-system-readline --with-system-zlib --with-python=${PWD}/etc/python2.7-config"};
: ${PKG_GDB_ENV_VARS_EXTRA:="CFLAGS_FOR_TARGET=-g3 -O0 --include=stdc-predef.h -I${PREFIX_NATIVE}/include/python2.7 --sysroot=${PREFIX_NATIVE}:LDFLAGS_FOR_TARGET=--sysroot=${PREFIX_NATIVE}"};
: ${PKG_GDB_LIBTOOL:=rdlibtool};
: ${PKG_GDB_MAKEFLAGS_BUILD_EXTRA:="SYSROOT_FLAGS=--sysroot=${PREFIX_NATIVE}"};