aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Simplify config saving.Alexey Neyman2017-01-191-8/+11
* Get rid of .config.2.Alexey Neyman2017-01-193-16/+16
* Install canadian crosses into a separate subdir.Alexey Neyman2017-01-196-104/+100
* Replace strace workaround with a patch.Alexey Neyman2017-01-161-12/+0
* Merge pull request #536 from stilor/musl-updateAlexey Neyman2017-01-161-2/+3
|\
| * addToolVersion.sh: support muslAlexey Neyman2017-01-131-2/+3
* | Merge pull request #535 from stilor/broke-newlib-cxx-canadianAlexey Neyman2017-01-161-0/+7
|\ \
| * | Restore copying headers for gcc_build.Alexey Neyman2017-01-141-0/+7
| |/
* | Use ${CT_CC} instead of gcc ...Alexey Neyman2017-01-138-33/+33
* | GDB 7.12 needs c++.Alexey Neyman2017-01-131-9/+20
* | addToolVersion.sh: Fix gdb version handling.Alexey Neyman2017-01-131-0/+1
|/
* Merge pull request #526 from stilor/double-includeAlexey Neyman2017-01-132-10/+1
|\
| * AVR32 support has been retired.Alexey Neyman2017-01-121-4/+0
| * install_root has no effect on newlib install.Alexey Neyman2017-01-121-1/+1
| * Remove 2nd copy of the option.Alexey Neyman2017-01-121-2/+0
| * No need to copy header; libc_start_file does it.Alexey Neyman2017-01-121-3/+0
* | Unify fetching Linaro components.Alexey Neyman2017-01-126-74/+89
|/
* Merge pull request #519 from InfernoEmbedded/newlib-enhancementsAlexey Neyman2017-01-101-26/+46
|\
| * Support building Newlib with Link Time OptimisationAlastair D'Silva2017-01-101-10/+13
| * Add more newlib optionsAlastair D'Silva2017-01-101-16/+33
* | Pick up <linux/ioctl.h> and friends from TARGET.Alexey Neyman2017-01-101-9/+21
* | Add MacOS options.Alexey Neyman2017-01-101-0/+23
* | ${LD_TARGET} -> ${CT_TARGET}.Alexey Neyman2017-01-101-1/+1
* | Shut clang's warning that confuses configure.Alexey Neyman2017-01-101-0/+6
* | Darwin needs -liconv when building glibc.Alexey Neyman2017-01-101-7/+2
* | Avoid trampling user's LDFLAGS_FOR_HOST...Alexey Neyman2017-01-101-7/+11
* | For simple cross or native pick up both build/host flags.Alexey Neyman2017-01-101-3/+17
* | Select libintl from gettext we built.Alexey Neyman2017-01-101-2/+10
* | Point FOR_BUILD flags to buildtools/{include,lib}.Alexey Neyman2017-01-101-5/+6
* | Change when libiconv/gettext are built.Alexey Neyman2017-01-102-8/+4
* | Simplify a bit, no functional changes.Alexey Neyman2017-01-101-14/+4
* | Kill CT_COMPLIBS_SHARED.Alexey Neyman2017-01-101-14/+12
* | Bump binutils to 2.27Alastair D'Silva2017-01-061-1/+3
|/
* Merge pull request #512 from stilor/kill-install-dirAlexey Neyman2016-12-191-10/+9
|\
| * Kill CT_INSTALL_DIR.Alexey Neyman2016-12-191-10/+9
* | Catch more make errors.Alexey Neyman2016-12-181-1/+1
|/
* Merge pull request #508 from stilor/drop-dmallocAlexey Neyman2016-12-173-60/+1
|\
| * Kill dmalloc.Alexey Neyman2016-12-163-60/+1
* | Pass original multi_os_dir to iterator.Alexey Neyman2016-12-172-10/+16
* | Avoid host libs when compiling gettext.Alexey Neyman2016-12-171-0/+8
|/
* Make companion libs static.Alexey Neyman2016-12-115-35/+26
* Work around Cygwin idiosyncrasy.Alexey Neyman2016-12-061-1/+7
* Merge pull request #443 from KirillSmirnov/gdb-nativeAlexey Neyman2016-12-054-5/+54
|\
| * debug/gdb: restore commentsKirill K. Smirnov2016-12-051-0/+12
| * debug/gdb: Add comments for untrivial flags.Kirill K. Smirnov2016-09-121-0/+14
| * complibs: let mingw-gcc find target companion libsKirill K. Smirnov2016-09-103-3/+33
| * debug/gdb: properly link with expatKirill Smirnov2016-09-091-10/+3
* | Merge pull request #487 from stilor/host-comp-toolsAlexey Neyman2016-12-027-60/+249
|\ \
| * | Add 'companion tools for host' step.Alexey Neyman2016-12-027-46/+217
| * | Move companion tool build into a separate step.Alexey Neyman2016-12-027-17/+35