| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #519 from InfernoEmbedded/newlib-enhancements | Alexey Neyman | 2017-01-10 | 1 | -26/+46 |
| |\ | |||||
| | * | Support building Newlib with Link Time Optimisation | Alastair D'Silva | 2017-01-10 | 1 | -10/+13 |
| | * | Add more newlib options | Alastair D'Silva | 2017-01-10 | 1 | -16/+33 |
| * | | Pick up <linux/ioctl.h> and friends from TARGET. | Alexey Neyman | 2017-01-10 | 1 | -9/+21 |
| * | | Add MacOS options. | Alexey Neyman | 2017-01-10 | 1 | -0/+23 |
| * | | ${LD_TARGET} -> ${CT_TARGET}. | Alexey Neyman | 2017-01-10 | 1 | -1/+1 |
| * | | Shut clang's warning that confuses configure. | Alexey Neyman | 2017-01-10 | 1 | -0/+6 |
| * | | Darwin needs -liconv when building glibc. | Alexey Neyman | 2017-01-10 | 1 | -7/+2 |
| * | | Avoid trampling user's LDFLAGS_FOR_HOST... | Alexey Neyman | 2017-01-10 | 1 | -7/+11 |
| * | | For simple cross or native pick up both build/host flags. | Alexey Neyman | 2017-01-10 | 1 | -3/+17 |
| * | | Select libintl from gettext we built. | Alexey Neyman | 2017-01-10 | 1 | -2/+10 |
| * | | Point FOR_BUILD flags to buildtools/{include,lib}. | Alexey Neyman | 2017-01-10 | 1 | -5/+6 |
| * | | Change when libiconv/gettext are built. | Alexey Neyman | 2017-01-10 | 2 | -8/+4 |
| * | | Simplify a bit, no functional changes. | Alexey Neyman | 2017-01-10 | 1 | -14/+4 |
| * | | Kill CT_COMPLIBS_SHARED. | Alexey Neyman | 2017-01-10 | 1 | -14/+12 |
| * | | Bump binutils to 2.27 | Alastair D'Silva | 2017-01-06 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #512 from stilor/kill-install-dir | Alexey Neyman | 2016-12-19 | 1 | -10/+9 |
| |\ | |||||
| | * | Kill CT_INSTALL_DIR. | Alexey Neyman | 2016-12-19 | 1 | -10/+9 |
| * | | Catch more make errors. | Alexey Neyman | 2016-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #508 from stilor/drop-dmalloc | Alexey Neyman | 2016-12-17 | 3 | -60/+1 |
| |\ | |||||
| | * | Kill dmalloc. | Alexey Neyman | 2016-12-16 | 3 | -60/+1 |
| * | | Pass original multi_os_dir to iterator. | Alexey Neyman | 2016-12-17 | 2 | -10/+16 |
| * | | Avoid host libs when compiling gettext. | Alexey Neyman | 2016-12-17 | 1 | -0/+8 |
| |/ | |||||
| * | Make companion libs static. | Alexey Neyman | 2016-12-11 | 5 | -35/+26 |
| * | Work around Cygwin idiosyncrasy. | Alexey Neyman | 2016-12-06 | 1 | -1/+7 |
| * | Merge pull request #443 from KirillSmirnov/gdb-native | Alexey Neyman | 2016-12-05 | 4 | -5/+54 |
| |\ | |||||
| | * | debug/gdb: restore comments | Kirill K. Smirnov | 2016-12-05 | 1 | -0/+12 |
| | * | debug/gdb: Add comments for untrivial flags. | Kirill K. Smirnov | 2016-09-12 | 1 | -0/+14 |
| | * | complibs: let mingw-gcc find target companion libs | Kirill K. Smirnov | 2016-09-10 | 3 | -3/+33 |
| | * | debug/gdb: properly link with expat | Kirill Smirnov | 2016-09-09 | 1 | -10/+3 |
| * | | Merge pull request #487 from stilor/host-comp-tools | Alexey Neyman | 2016-12-02 | 7 | -60/+249 |
| |\ \ | |||||
| | * | | Add 'companion tools for host' step. | Alexey Neyman | 2016-12-02 | 7 | -46/+217 |
| | * | | Move companion tool build into a separate step. | Alexey Neyman | 2016-12-02 | 7 | -17/+35 |
| * | | | Fix use of custom location if it is a directory. | Alexey Neyman | 2016-12-02 | 6 | -6/+6 |
| |/ / | |||||
| * | | Pass FOR_BUILD flags when building the pass-1/2 core GCC. | Alexey Neyman | 2016-11-28 | 1 | -7/+8 |
| * | | xtensa: fix endianness support | Max Filippov | 2016-11-22 | 1 | -0/+2 |
| * | | Give companion tools some love. | Alexey Neyman | 2016-11-21 | 6 | -32/+37 |
| * | | Partially revert 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e. | Alexey Neyman | 2016-11-20 | 34 | -186/+186 |
| * | | comptools/make: Fix CT_COMP_TOOLS_make_gmake option | Bernhard Walle | 2016-11-19 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'upstream/master' | Dmitry Pankratov | 2016-11-11 | 4 | -7/+69 |
| |\ \ | |||||
| | * \ | Merge pull request #472 from stilor/unparallel-make-install | Bryan Hundven | 2016-11-09 | 1 | -3/+12 |
| | |\ \ | |||||
| | | * | | Do not run 'make install' in parallel in GCC. | Alexey Neyman | 2016-11-09 | 1 | -3/+12 |
| | * | | | Merge pull request #452 from KirillSmirnov/janitorial | Alexey Neyman | 2016-11-09 | 1 | -1/+2 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Merge branch 'master' into janitorial | Bryan Hundven | 2016-10-24 | 2 | -1/+7 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'master' into janitorial | Kirill Smirnov | 2016-10-05 | 1 | -2/+36 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into janitorial | Kirill Smirnov | 2016-09-23 | 1 | -1/+2 |
| | | |\ \ \ \ | |||||
| | | * | | | | | build/glibc: Improve confusing comment | Kirill K. Smirnov | 2016-09-15 | 1 | -1/+2 |
| | * | | | | | | Merge branch 'master' into static-libgcc-more-fixes | Alexey Neyman | 2016-10-12 | 2 | -1/+7 |
| | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | | * | | | | | Fix m68k with uClibc-ng >= 1.0.15. | Alexey Neyman | 2016-10-04 | 1 | -0/+5 |
| | | * | | | | | Add uClibc-ng 1.0.17. | Alexey Neyman | 2016-10-04 | 1 | -1/+2 |
| | | | |_|/ / | | |/| | | | |||||
