Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 91c192e31853fd8d2e8b27d7157ea5a6cd583ca2 https://github.com/crosstool-ng/crosstool-ng/commit/91c192e31853fd8d2e8b27d7157ea5a6cd583ca2 Author: Alexey Neyman Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M scripts/build/companion_libs/220-ncurses.sh Log Message: ----------- Always build ncurses-for-build If the build machine lacks tic, we need to build it in the first pass even if host==build: ncurses Makefiles are not smart enough to build 'tic' first and use the just-built tic to compile fallback terminfo. Signed-off-by: Alexey Neyman Commit: 4562aa2cffab8fcd5b9f34191641c1f4f91fdde2 https://github.com/crosstool-ng/crosstool-ng/commit/4562aa2cffab8fcd5b9f34191641c1f4f91fdde2 Author: Alexey Neyman Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M config/debug/gdb.in.cross M scripts/build/debug/300-gdb.sh Log Message: ----------- Handle Python with non-default names Check for python2/python3 and if found, pass them to --with-python. Allow user to override the choice via a new config option. This fixes systems where there is no "python", only "python2" or "python3". Signed-off-by: Alexey Neyman Commit: ae58824a7e27f4106d55a0e111adea73492d7af4 https://github.com/crosstool-ng/crosstool-ng/commit/ae58824a7e27f4106d55a0e111adea73492d7af4 Author: Alexey Neyman Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- Pass CC_FOR_BUILD to binutils Otherwise, it fails if 'gcc' is not available. Signed-off-by: Alexey Neyman Commit: 9a9b02acef00f4446beaa2846da17b09829ba8e0 https://github.com/crosstool-ng/crosstool-ng/commit/9a9b02acef00f4446beaa2846da17b09829ba8e0 Author: Alexey Neyman Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- Pass HOSTCC to uclibc's make Else it looks for 'gcc'. Signed-off-by: Alexey Neyman Commit: 0fc6f1c47e1ea3f18c4c30f834c9ae4bb3913aa9 https://github.com/crosstool-ng/crosstool-ng/commit/0fc6f1c47e1ea3f18c4c30f834c9ae4bb3913aa9 Author: Alexey Neyman Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- CC_FOR_BUILD in gdb.sh Signed-off-by: Alexey Neyman Commit: 9571a97a4d2e3aedc5fa6807a920c619b9467c77 https://github.com/crosstool-ng/crosstool-ng/commit/9571a97a4d2e3aedc5fa6807a920c619b9467c77 Author: Alexey Neyman Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M config/debug/gdb.in.cross M scripts/build/binutils/binutils.sh M scripts/build/companion_libs/220-ncurses.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #672 from stilor/freebsd-fixes Freebsd fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8aab16323219...9571a97a4d2e