diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-01-17 14:56:24 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-01-17 14:56:24 +0000 |
commit | 35f3dfcb1498a2b157a1019b5d1572d95c670e8d (patch) | |
tree | 0f85ba07e985fa56b01722d7d013fea453da03aa | |
parent | f70e086f236ce105febc102dffe6c6ffe56c6a9b (diff) | |
download | midipix_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-x | etc/python2.7-config (renamed from sigh/python2.7-config) | 0 | ||||
-rw-r--r-- | vars/build.vars | 2 |
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}"}; |