Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 3e94b4f6803159c241b8429315311f7c003f2b74 https://github.com/crosstool-ng/crosstool-ng/commit/3e94b4f6803159c241b8429315311f7c003f2b74 Author: Alexey Neyman Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- Skip building locales on macos, too --enable-hacker-mode is not sufficient, in 2.25 configure then fails while checking for sysdeps fragments that apply to a given configuration, and with that worked around, fails on binutils & compiler version check. In brief: if someone wants locales on cygwin/macos, you'd have to implement cross-localedef (similar to cross-rpcgen) in glibc and submit it upstream. Signed-off-by: Alexey Neyman Commit: 2ef7d36efbfd7754a862d3840f0ea47ccec2f7df https://github.com/crosstool-ng/crosstool-ng/commit/2ef7d36efbfd7754a862d3840f0ea47ccec2f7df Author: Alexey Neyman Date: 2017-03-07 (Tue, 07 Mar 2017) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Disable format warnings for clang It picks up gettext string and results in [ERROR] messages from ct-ng when gettext strings happen inside an error() call. Signed-off-by: Alexey Neyman Commit: bfcc1e112a796a262324270485e5b618f18e2b25 https://github.com/crosstool-ng/crosstool-ng/commit/bfcc1e112a796a262324270485e5b618f18e2b25 Author: Alexey Neyman Date: 2017-03-07 (Tue, 07 Mar 2017) Changed paths: M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh Log Message: ----------- Merge pull request #635 from stilor/macos-skip-locales Skip locales on macos Compare: https://github.com/crosstool-ng/crosstool-ng/compare/456cccc0a7b4...bfcc1e112a79