| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #435 from KirillSmirnov/uclibc | Bryan Hundven | 2016-08-30 | 1 | -1/+7 |
| |\ | |||||
| | * | uClibc: propagate SHARED_LIBS option. | Kirill K. Smirnov | 2016-08-30 | 1 | -0/+6 |
| | * | uClibc: install native utils | Kirill K. Smirnov | 2016-08-30 | 1 | -1/+1 |
| * | | Merge pull request #429 from pedronavf/patch-1 | Bryan Hundven | 2016-08-30 | 1 | -1/+3 |
| |\ \ | |/ |/| | |||||
| | * | Update x86.sh | Pedro Navarro | 2016-08-25 | 1 | -1/+3 |
| * | | Merge pull request #431 from bhundven/fix_cross_build_tools | Bryan Hundven | 2016-08-26 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | cross: Only make 'build tools' for the 'build' | Bryan Hundven | 2016-08-26 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #432 from bhundven/update_config_guess_sub | Bryan Hundven | 2016-08-26 | 2 | -19/+34 |
| |\ \ | |/ |/| | |||||
| | * | Update config.guess and config.sub | Bryan Hundven | 2016-08-26 | 2 | -19/+34 |
| |/ | |||||
| * | Merge pull request #410 from jmlemetayer/fix_populate | Bryan Hundven | 2016-08-23 | 1 | -0/+1 |
| |\ | |||||
| | * | populate: Fix undefined awk | Jean-Marie Lemetayer | 2016-07-26 | 1 | -0/+1 |
| * | | Merge pull request #422 from datacom-teracom/master | Bryan Hundven | 2016-08-23 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | scripts/functions: fix log level in call to CT_DoLog | Carlos Santos | 2016-08-16 | 1 | -1/+1 |
| * | | | Merge pull request #402 from lundmar/fix_elf2flt_repo | Bryan Hundven | 2016-08-23 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Update elf2flt default cset | Martin Lund | 2016-06-14 | 1 | -1/+1 |
| | * | | | Update elf2flt git repository location | Martin Lund | 2016-06-10 | 1 | -1/+1 |
| * | | | | Merge pull request #383 from stilor/multilib | Bryan Hundven | 2016-08-23 | 60 | -803/+1494 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Rename sample to match the 'saveconfig' location. | Alexey Neyman | 2016-08-23 | 2 | -0/+0 |
| | * | | | build-all: Remove successful build trees. | Alexey Neyman | 2016-08-23 | 1 | -1/+3 |
| | * | | | arm-multilib-linux-uclibcgnueabi: Add. | Alexey Neyman | 2016-08-23 | 2 | -0/+21 |
| | * | | | mips64el-*-linux-uclibc: Remove. | Alexey Neyman | 2016-08-23 | 5 | -36/+1 |
| | * | | | Create multilib configurations based on certain *-linux-* samples. | Alexey Neyman | 2016-08-23 | 18 | -0/+166 |
| | * | | | nios2: bad option reported in multilib_defaults | Alexey Neyman | 2016-08-23 | 1 | -0/+28 |
| | * | | | musl: Add multilib support. | Alexey Neyman | 2016-08-23 | 4 | -36/+77 |
| | * | | | uClibc: move ldso check to post_cc. | Alexey Neyman | 2016-08-23 | 1 | -43/+54 |
| | * | | | Support multilib in sh/uClibc. | Alexey Neyman | 2016-08-23 | 4 | -217/+213 |
| | * | | | Treat multiroots differently. | Alexey Neyman | 2016-08-23 | 2 | -17/+83 |
| | * | | | mips: allow o32 ABI as default for multilib | Alexey Neyman | 2016-08-23 | 1 | -1/+1 |
| | * | | | First stab at multilib/uClibc. | Alexey Neyman | 2016-08-23 | 5 | -16/+273 |
| | * | | | uClibc: Split configuration tweaker into per-arch functions. | Alexey Neyman | 2016-08-23 | 11 | -113/+174 |
| | * | | | Change multilib functions to set the variable. | Alexey Neyman | 2016-08-23 | 7 | -57/+79 |
| | * | | | libc/*.sh: Deprecate libc_check_config step. | Alexey Neyman | 2016-08-23 | 21 | -149/+96 |
| | * | | | uclibc: merge startfiles/final into single backend. | Alexey Neyman | 2016-08-23 | 2 | -162/+111 |
| | * | | | uClibc.sh: typo, local -> locale. | Alexey Neyman | 2016-08-23 | 1 | -13/+13 |
| | * | | | Spelling fixes. | Alexey Neyman | 2016-08-23 | 3 | -4/+4 |
| | * | | | glibc.sh: cleanups | Alexey Neyman | 2016-08-23 | 2 | -65/+33 |
| | * | | | libc/*.sh: handle combinations of multilib root/dir. | Alexey Neyman | 2016-08-23 | 6 | -171/+197 |
| | * | | | multilib: Determine which options may pass through. | Alexey Neyman | 2016-08-23 | 5 | -55/+224 |
| | * | | | glibc: Build manuals and locales last | Ray Donnelly | 2016-08-23 | 1 | -3/+17 |
| | * | | | crosstool-NG.sh.in: Don't make lots of symlinks to lib folder | Ray Donnelly | 2016-08-23 | 3 | -68/+47 |
| | * | | | glibc.sh: Use --print-multi-os-directory | Alexey Neyman | 2016-08-23 | 1 | -41/+44 |
| |/ / / | |||||
| * | | | Merge pull request #418 from bhundven/Docs_Update | Bryan Hundven | 2016-08-04 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | README.md: Fix a list formatting issue. | Bryan Hundven | 2016-08-04 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #416 from bhundven/update_gitignore | Bryan Hundven | 2016-08-04 | 2 | -2/+4 |
| |\ \ \ | |||||
| | * | | | Update .gitignore in kconfig/... | Bryan Hundven | 2016-08-04 | 2 | -2/+4 |
| |/ / / | |||||
| * | | | Merge pull request #415 from bhundven/Docs_Update | Bryan Hundven | 2016-08-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix waffle.io badges | Bryan Hundven | 2016-08-04 | 1 | -1/+1 |
| * | | | | Merge pull request #414 from bhundven/Docs_Update | Bryan Hundven | 2016-08-04 | 1 | -1/+1 |
| |\| | | | |||||
| | * | | | README.md: Add mailing list archive/subscription page | Bryan Hundven | 2016-08-04 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #413 from bhundven/Docs_Update | Bryan Hundven | 2016-08-04 | 1 | -31/+372 |
| |\ \ \ | |_|/ |/| | | |||||
