summaryrefslogtreecommitdiff
path: root/scripts/build/libc
AgeCommit message (Expand)AuthorFilesLines
2017-01-14Use ${CT_CC} instead of gcc ...Alexey Neyman3-9/+9
2017-01-14Merge pull request #526 from stilor/double-includeAlexey Neyman1-7/+1
2017-01-13Unify fetching Linaro components.Alexey Neyman2-20/+22
2017-01-13AVR32 support has been retired.Alexey Neyman1-4/+0
2017-01-13install_root has no effect on newlib install.Alexey Neyman1-1/+1
2017-01-13Remove 2nd copy of the option.Alexey Neyman1-2/+0
2017-01-11Merge pull request #519 from InfernoEmbedded/newlib-enhancementsAlexey Neyman1-26/+46
2017-01-10Darwin needs -liconv when building glibc.Alexey Neyman1-7/+2
2017-01-10Avoid trampling user's LDFLAGS_FOR_HOST...Alexey Neyman1-7/+11
2017-01-09Support building Newlib with Link Time OptimisationAlastair D'Silva1-10/+13
2017-01-09Add more newlib optionsAlastair D'Silva1-16/+33
2016-12-02Fix use of custom location if it is a directory.Alexey Neyman2-2/+2
2016-11-21Partially revert 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e.Alexey Neyman6-41/+41
2016-11-11Merge remote-tracking branch 'upstream/master'Dmitry Pankratov2-1/+7
2016-10-24Merge branch 'master' into janitorialBryan Hundven1-0/+5
2016-10-05Fix m68k with uClibc-ng >= 1.0.15.Alexey Neyman1-0/+5
2016-10-01Merge branch 'master' of https://github.com/crosstool-ng/crosstool-ngDmitry Pankratov7-550/+435
2016-09-14build/glibc: Improve confusing commentKirill K. Smirnov1-1/+2
2016-08-29uClibc: propagate SHARED_LIBS option.Kirill K. Smirnov1-0/+6
2016-08-29uClibc: install native utilsKirill K. Smirnov1-1/+1
2016-08-23musl: Add multilib support.Alexey Neyman2-36/+59
2016-08-23uClibc: move ldso check to post_cc.Alexey Neyman1-43/+54
2016-08-23Support multilib in sh/uClibc.Alexey Neyman2-188/+59
2016-08-23Treat multiroots differently.Alexey Neyman2-17/+83
2016-08-23First stab at multilib/uClibc.Alexey Neyman1-14/+130
2016-08-23uClibc: Split configuration tweaker into per-arch functions.Alexey Neyman1-113/+17
2016-08-23Change multilib functions to set the variable.Alexey Neyman1-2/+3
2016-08-23libc/*.sh: Deprecate libc_check_config step.Alexey Neyman7-71/+10
2016-08-23uclibc: merge startfiles/final into single backend.Alexey Neyman1-160/+109
2016-08-23uClibc.sh: typo, local -> locale.Alexey Neyman1-13/+13
2016-08-23glibc.sh: cleanupsAlexey Neyman1-55/+33
2016-08-23libc/*.sh: handle combinations of multilib root/dir.Alexey Neyman3-157/+145
2016-08-23multilib: Determine which options may pass through.Alexey Neyman1-3/+19
2016-08-23glibc: Build manuals and locales lastRay Donnelly1-3/+17
2016-08-23glibc.sh: Use --print-multi-os-directoryAlexey Neyman1-41/+44
2016-06-18Merge remote-tracking branch 'upstream/master'Dmitry Pankratov1-5/+38
2016-06-10glibc.sh: build dummy libc.so with correct extra flagsAlexey Neyman1-1/+2
2016-06-10glibc: Use common arch call to get multilib targetsRay Donnelly1-1/+18
2016-06-10glibc: do not add bogus optionsAlexey Neyman1-2/+2
2016-04-02Unbreak sparc-unknown-linux-gnu.Alexey Neyman1-2/+17
2016-03-30Merge remote-tracking branch 'upstream/master'Dmitry Pankratov1-0/+11
2016-03-08newlib: add option to enable nano formatted ioBryan Hundven1-0/+3
2016-03-08newlib: add option to enable nano mallocBryan Hundven1-0/+3
2016-03-08newlib: disable multilib if it is not enabledBryan Hundven1-0/+5
2016-03-07MinGW: add C++11 posix threads supportDmitry Pankratov1-0/+27
2016-03-01musl-libc: Rewrite musl.sh build scriptBryan Hundven1-50/+67
2016-02-24glibc: Mirror extra_config flags from do_libc_backend_onceBryan Hundven1-0/+1
2016-02-24glibc: remove do_libc_locales_extract; it's emptyBryan Hundven1-10/+0
2016-02-24glibc: Remove support for downloading and extracting add-onsBryan Hundven1-67/+0
2016-02-24glibc: reformat glibc build scriptBryan Hundven1-66/+64