aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add patch from GCC #80037Alexey Neyman2017-05-235-0/+65
|/ / | | | | | | | | | | Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #717 from stilor/merge-bionicAlexey Neyman2017-05-1573-1/+3579
|\ \ | | | | | | Merge bionic
| * | Disallow duma/ltrace/strace for bionicAlexey Neyman2017-05-146-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow cross-gdb and gdbserver. This requires removal of an explicit check that disables gdbserver on android. However, the comment above that check refers to exec_elf.h, which has been removed since API level 19. It builds fine with current selection of the sample (21). Only build-tested, hope someone can give it a try and report back. We can fine tune the check for GDB but I'll leave it for now. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Mark bionic EXPERIMENTAL and dependent on GCC6+Alexey Neyman2017-05-141-0/+2
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add arm_neon.h as a TODO itemAlexey Neyman2017-05-141-0/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Print gcc version in the same way as the restAlexey Neyman2017-05-141-1/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Allow rebuilding aarch64-unknown-linux-androidAlexey Neyman2017-05-141-1/+0
| | | | | | | | | | | | | | | | | | Otherwise, fails when checking if the destination dir is writable. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Split the patch from CrystaX to separate commitsAlexey Neyman2017-05-1428-35140/+3100
| | | | | | | | | | | | | | | | | | | | | | | | | | | ... and edit the biggest chunk as in previous 950-bionic-android.patch. Also, drop arm_neon.h - it is a separate package, will be added separately. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix samples defaulted to glibchyc2017-05-1429-0/+29
| | | | | | | | | | | | Since glibc is no longer the default C library
| * | Add sample Android config, gcc 6.3 patcheshyc2017-05-145-0/+17660
| | |
| * | Fix type mismatch in std::swap() argshyc2017-05-141-0/+19
| | |
| * | Fix for ctype change in NDK 14hyc2017-05-141-0/+58
| | |
| * | Tweaks for bionic/TLShyc2017-05-142-1/+4
| | |
| * | Preliminary bionic/Android supporthyc2017-05-145-0/+17798
|/ / | | | | | | Mostly from Crystax NDK
* | Merge pull request #716 from stilor/gcc7Alexey Neyman2017-05-1459-5/+3273
|\ \ | | | | | | Add GCC 7.1.0
| * | Separate uclibc's multilib headers on MIPS, tooAlexey Neyman2017-05-141-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generated sysnum.h is different for o32/n32/64 ABIs. This needs to be revisited; either do this for all architecutres or perhaps, compare the headers for various multilibs and combine them if the are identical. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix sh4-*-linux with GCC7Alexey Neyman2017-05-132-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | GCC7 also checks -fsanitize=divide-by-zero, which generates a trap and in sh4, traps in rtld result in link failure. Pull the fix from upstream, although it is not a complete fix, I think: this still generates a trap (SIGILL) rather than the intended SIGFPE. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Patches for glibc to compile with GCC7Alexey Neyman2017-05-1340-0/+2223
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add patch to uClibc-ng that allows building with GCC7Alexey Neyman2017-05-125-0/+305
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add GCC 7.1.0Alexey Neyman2017-05-1111-5/+373
| | | | | | | | | | | | | | | | | | | | | Removed patches either picked up upstream, or no longer applicable (boehm-gc no longer part of GCC). Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #713 from U-007D/check-for-cc-and-cxxAlexey Neyman2017-05-101-0/+2
|\ \ \ | |/ / |/| | Added CT_TestAndAbort trivial sanity checks for CC and CXX to avoid l…
| * | Simplified error message for CCbRad2017-05-101-2/+1
| | |
| * | Fixed up representation of PATH env. var in error messagebRad2017-05-101-1/+1
| | |
| * | Added CT_TestAndAbort trivial sanity checks for CC and CXX to avoid ↵bRad2017-05-101-0/+3
| | | | | | | | | | | | libiconnv build failures https://github.com/crosstool-ng/crosstool-ng/issues/711
* | | Merge pull request #709 from stilor/uclibc-ng-24Alexey Neyman2017-04-301-0/+12
|\ \ \ | |/ / |/| | Add uClibc-ng 1.0.23 and 1.0.24 releases
| * | Add uClibc-ng 1.0.23 and 1.0.24 releasesAlexey Neyman2017-04-291-0/+12
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #705 from stilor/fix-destdirAlexey Neyman2017-04-291-5/+5
|\ \ | | | | | | Fix destdir
| * | Fix make clean/mrproperAlexey Neyman2017-04-281-4/+4
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix for missing DESTDIRAlexey Neyman2017-04-281-1/+1
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #697 from stilor/makefile-enhancements-origAlexey Neyman2017-04-2331-368/+209
|\ \ | |/ |/| Makefile enhancements
| * Update TODOAlexey Neyman2017-04-231-1/+0
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Retire BACKEND stuffAlexey Neyman2017-04-2313-100/+29
| | | | | | | | | | | | | | ... it is possible to just not set it in the configuration, why force it? It just increases the complexity in Kconfig. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Avoid installing configure.in.inAlexey Neyman2017-04-221-2/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Use config from the install locationAlexey Neyman2017-04-225-43/+16
| | | | | | | | | | | | ... no need to create a local symlink. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Get rid of config.genAlexey Neyman2017-04-2211-115/+50
| | | | | | | | | | | | | | | | | | Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Generate config/configure.in directlyAlexey Neyman2017-04-223-26/+51
| | | | | | | | | | | | | | | | from configure rather than substitute it from Makefile. Eventually we might want to get rid of configure.in completely, doing on-the-fly checks at the time of `ct-ng build`, but that is left for another day. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow 'make V=1' to see the commands.Alexey Neyman2017-04-222-96/+76
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #690 from stilor/fix-empty-symlinksAlexey Neyman2017-04-131-1/+1
|\ | | | | Avoid creating symlinks with empty prefix
| * Avoid creating symlinks with empty prefixAlexey Neyman2017-04-131-1/+1
| | | | | | | | | | | | (regression after Cygwin fix) Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #689 from stilor/add-mdsAlexey Neyman2017-04-134-23/+113
|\ \ | |/ |/| Doc renames & issue template
| * Doc renames & issue templateAlexey Neyman2017-04-134-23/+113
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #685 from stilor/newlib-fixAlexey Neyman2017-04-1135-23/+832
|\ | | | | Sort out newlib patches
| * Sort out newlib patchesAlexey Neyman2017-04-1135-23/+832
|/ | | | | | | | | | | | - Existing 110-fix-eabihf.patch did not apply to 1.20.0 and earlier - This patch is also applicable to 2.x versions - The patch needs to be applied to both configure.in/configure - Existing 200-optimising-for-space.patch also applies to all versions before 2.4.0 - Similar issues exist in other config/mt-* files - m68k patch is applicable to 2.* versions Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #683 from stilor/readme-fix-2Alexey Neyman2017-04-101-6/+1
|\ | | | | Minor fixes in README.md
| * Minor fixes in README.mdAlexey Neyman2017-04-101-6/+1
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #682 from stilor/readme-fixAlexey Neyman2017-04-102-0/+9
|\ | | | | Make guidelines for bug reporting more explicit
| * Make guidelines for bug reporting more explicitAlexey Neyman2017-04-102-0/+9
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #678 from stilor/fix-secure-apiAlexey Neyman2017-04-071-4/+3
|\ | | | | Fix MINGW_SECURE_API test
| * Fix MINGW_SECURE_API testAlexey Neyman2017-04-071-4/+3
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #676 from tamird/mingw-secure-apiAlexey Neyman2017-04-072-0/+9
|\ | | | | MinGW: add --enable-secure-api config option