Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 59a784c5724c2e10a02994fb985540db1b16fd63 https://github.com/crosstool-ng/crosstool-ng/commit/59a784c5724c2e10a02994fb985540db1b16fd63 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/cc/100-gcc.sh Log Message: ----------- No need to copy header; libc_start_file does it. Signed-off-by: Alexey Neyman Commit: ec9ddee933d16b5126dc6ba6c94ed428dd01ab75 https://github.com/crosstool-ng/crosstool-ng/commit/ec9ddee933d16b5126dc6ba6c94ed428dd01ab75 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- Remove 2nd copy of the option. Added above, as part of the list. Signed-off-by: Alexey Neyman Commit: 01a4bed794d3474df1e1f7ab03aa925b69668fbf https://github.com/crosstool-ng/crosstool-ng/commit/01a4bed794d3474df1e1f7ab03aa925b69668fbf Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- install_root has no effect on newlib install. And never had, at least since newlib 1.17 (first version added to crosstool-ng). Apparently, copy-pasted from glibc.sh. Signed-off-by: Alexey Neyman Commit: fddbf8f99e5e4ca6d38ab89064b7017111031182 https://github.com/crosstool-ng/crosstool-ng/commit/fddbf8f99e5e4ca6d38ab89064b7017111031182 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- AVR32 support has been retired. Scripts no longer download avr-headers. Signed-off-by: Alexey Neyman Commit: 01bae4871994429725a34298787a04221fd1368d https://github.com/crosstool-ng/crosstool-ng/commit/01bae4871994429725a34298787a04221fd1368d Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M config/toolchain.in Log Message: ----------- Do not use sysroot in bare metal. None of the bare metal C library choices (avr-libc, newlib) support installing into sysroot. Nor does it make any sense, since sysroot implies a file system, which in turn implies an OS. Commit: 949cc86ab755ff4fb5971a304ce97c3885fc360e https://github.com/crosstool-ng/crosstool-ng/commit/949cc86ab755ff4fb5971a304ce97c3885fc360e Author: Alexey Neyman Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M config/toolchain.in M scripts/build/cc/100-gcc.sh M scripts/build/libc/newlib.sh Log Message: ----------- Merge pull request #526 from stilor/double-include Avoid creating include/include Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8f1523abea5a...949cc86ab755