aboutsummaryrefslogtreecommitdiff
path: root/scripts/build
Commit message (Expand)AuthorAgeFilesLines
* External addons supported by glibc even nowAlexey Neyman2017-02-091-27/+24
* Revert "glibc: Remove support for downloading and extracting add-ons"Alexey Neyman2017-02-091-0/+67
* elf2flt: use CT_ARCH to set target CPU, not CT_TARGETCarlos Santos2017-02-061-1/+1
* Merge pull request #575 from stilor/ncurses-configureAlexey Neyman2017-02-061-1/+21
|\
| * Allow some tunables for ncursesAlexey Neyman2017-02-051-1/+21
* | Merge pull request #574 from stilor/uclibc-obstackAlexey Neyman2017-02-051-1/+1
|\ \
| * | Use 'make olddefconfig' in uClibc/uClibc-ng configurationAlexey Neyman2017-02-041-1/+1
| |/
* / Add zlib as a companion libAlexey Neyman2017-02-057-7/+109
|/
* Add support for AArch64 in uClibc-ngAlexey Neyman2017-02-021-21/+23
* Use 'make install' to install DUMAAlexey Neyman2017-01-301-27/+28
* Fix installation of manuals for binutilsAlexey Neyman2017-01-301-2/+2
* Fix location where libc manual is builtAlexey Neyman2017-01-301-2/+2
* Merge pull request #564 from stilor/comptools-default-to-y-if-missingAlexey Neyman2017-01-281-19/+4
|\
| * Rework configure logic wrt GNU autotoolsAlexey Neyman2017-01-271-19/+4
* | Create <sgidefs.h> if MUSL doesn't create oneAlexey Neyman2017-01-263-0/+27
|/
* Fix handling of ltrace 0.5.3 peculiarity.Alexey Neyman2017-01-261-2/+3
* Run all configure scripts using ${CONFIG_SHELL}Alexey Neyman2017-01-2525-19/+55
* Fix loglevel for steps in companion toolsAlexey Neyman2017-01-235-10/+10
* Merge pull request #552 from stilor/uclibc-ng-for-buildrootAlexey Neyman2017-01-231-0/+7
|\
| * Add selection for RPCAlexey Neyman2017-01-231-0/+7
* | mingw: compile the mingw-w64 companion tools as wellLi-Hang Lin2017-01-221-0/+30
|/
* Replace strace workaround with a patch.Alexey Neyman2017-01-161-12/+0
* 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-137-27/+27
* | GDB 7.12 needs c++.Alexey Neyman2017-01-131-9/+20
|/
* 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-125-74/+55
|/
* 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
* | ${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
* | Select libintl from gettext we built.Alexey Neyman2017-01-101-2/+10
* | 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
|/
* Merge pull request #508 from stilor/drop-dmallocAlexey Neyman2016-12-171-57/+0
|\
| * Kill dmalloc.Alexey Neyman2016-12-161-57/+0
* | Pass original multi_os_dir to iterator.Alexey Neyman2016-12-171-2/+3
* | Avoid host libs when compiling gettext.Alexey Neyman2016-12-171-0/+8
|/
* Make companion libs static.Alexey Neyman2016-12-115-35/+26
* Merge pull request #443 from KirillSmirnov/gdb-nativeAlexey Neyman2016-12-054-5/+54
|\