aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check if .config is a regular file before clobbering itAlexey Neyman2018-11-012-7/+10
| | | | | | Fixes #1014. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1079 from stilor/elf2flt-patch-locationAlexey Neyman2018-11-011-0/+0
|\ | | | | Fix the location for elf2flt patches
| * Fix the location for elf2flt patchesAlexey Neyman2018-11-011-0/+0
| | | | | | | | | | | | ... after the git version numbering was adjusted. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1078 from stilor/force-bfd-linkerAlexey Neyman2018-11-012-5/+12
|\ \ | |/ |/| Add an ability to modify an exported variable
| * Add an ability to modify an exported variableAlexey Neyman2018-11-012-5/+12
|/ | | | | | | | | | ... and use that ability to permanently set CTNG_LD_IS in case gold is default linker and we're building glibc. Fixes #988. This was a long-standing breakage in crosstool-NG (at least since it began to run each step in a sub-shell). Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1044 from abrodkin/topic-arc-linux-4.8Alexey Neyman2018-10-292-1/+2
|\ | | | | Disallow linux versions before 4.8 for ARC
| * Disallow linux versions before 4.8 for ARCAlexey Brodkin2018-10-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Inspired by a similar fix for AArch64 in 481cbaac9b23. The point is in Linux v4.8 we introduced new ABIv4 which is now used in both Linux kernel and up-to-date GNU tools for ARC (based on GCC 6.x+). See [1] for more details. [1] https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki/ARC-Linux-Syscall-ABI-Compatibility Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* | Merge pull request #1074 from stilor/docker-fix-ubuntuAlexey Neyman2018-10-283-6/+6
|\ \ | | | | | | Add g++ for Ubuntu dockers
| * | Add g++ for Ubuntu dockersAlexey Neyman2018-10-283-6/+6
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1073 from stilor/more-dockersAlexey Neyman2018-10-2815-24/+96
|\ \ | | | | | | More dockers
| * | More docker filesAlexey Neyman2018-10-285-1/+54
| | | | | | | | | | | | | | | | | | ... for reference OSes Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Change the layout a bitAlexey Neyman2018-10-2810-21/+40
| | | | | | | | | | | | | | | | | | | | | ... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add libtool to CentOS6 docker configurationAlexey Neyman2018-10-271-1/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Accept any libtool versionAlexey Neyman2018-10-271-1/+1
|/ / | | | | | | | | | | | | ct-ng will build its own version if a recent enough version is not detected. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1072 from stilor/failure-when-savingAlexey Neyman2018-10-271-8/+32
|\ \ | | | | | | Detect errors in CT_SaveLocal
| * | Detect errors in CT_SaveLocalAlexey Neyman2018-10-271-8/+32
|/ / | | | | | | | | | | | | | | | | | | | | | | The function is called from a conditional and therefore, the CT_OnError handler is not invoked on failures. Need to return an error and check for the error return in the caller. Also, while here, fix the issue that was causing the failure - move can fail if it crosses a filesystem, so fall back to 'cp+rm' in that case. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1069 from austin-beer/masterAlexey Neyman2018-10-251-2/+2
|\ \ | | | | | | Prevent Bash from searching $PATH when sourcing the .config file
| * | Add comment about preventing Bash from searching $PATHAustin Beer2018-10-251-2/+2
| | |
| * | Prevent Bash from searching $PATH when sourcing the .config fileAustin Beer2018-10-241-2/+2
| | |
* | | Merge pull request #1067 from stilor/gcc8-ppcspeAlexey Neyman2018-10-251-1/+1
|\ \ \ | |/ / |/| | Generate correct tuple for PowerPC with SPE ABI
| * | Generate correct tuple for PowerPC with SPE ABIAlexey Neyman2018-10-231-1/+1
|/ / | | | | | | | | | | Fixes #1018. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1065 from stilor/glibc-versionAlexey Neyman2018-10-221-1/+5
|\ \ | | | | | | Supply "very old" and "very new" glibc versions
| * | Supply "very old" and "very new" glibc versionsAlexey Neyman2018-10-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | ... as 1.0 and 99.99, respectively, to gcc configure. Fixes #1031. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #1066 from stilor/centos7-dockerAlexey Neyman2018-10-222-0/+11
|\ \ \ | |/ / |/| | Centos7 docker
| * | Check for `file` presence (missing in default CentOS7)Alexey Neyman2018-10-221-0/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add CentOS7 docker configurationAlexey Neyman2018-10-221-0/+10
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1064 from stilor/git-shallowAlexey Neyman2018-10-211-15/+65
|\ \ | | | | | | Try to use 'git fetch --depth 1' if possible
| * | Try to use 'git fetch --depth 1' if possibleAlexey Neyman2018-10-201-15/+65
|/ / | | | | | | | | | | | | | | | | It should be possible if fetching a tag/branch, and it may be possible if fetching a changeset if a server is configured to allow it. Fixes #986 Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1062 from stilor/state-dir-locationAlexey Neyman2018-10-191-1/+1
|\ \ | | | | | | Fix state dir location
| * | Fix state dir locationAlexey Neyman2018-10-191-1/+1
|/ / | | | | | | | | | | Fixes #1054 Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1061 from stilor/fix-glibc-ports-symlinkAlexey Neyman2018-10-161-2/+2
|\ \ | | | | | | Create glibc-ports symlink inside CT_SRC_DIR
| * | Create glibc-ports symlink inside CT_SRC_DIRAlexey Neyman2018-10-161-2/+2
|/ / | | | | | | | | | | | | | | ... so that it works in both "bundled" and "bundled,local" cases. Fixes #1060. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1058 from stilor/fix-m4-against-glibc2.28Alexey Neyman2018-10-092-0/+145
|\ \ | | | | | | Fix m4 against glibc2.28
| * | Add the workaround for kconfig colors in archlinuxAlexey Neyman2018-10-091-0/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix gnulib build against glibc 2.28Alexey Neyman2018-10-081-0/+144
|/ / | | | | | | | | | | | | | | (upstream commit from gnulib). Fixes #1050. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1056 from stilor/binutils-mingwAlexey Neyman2018-10-071-0/+122
|\ \ | | | | | | Restore binutils (gold) build on mingw32 host
| * | Restore binutils (gold) build on mingw32 hostAlexey Neyman2018-10-071-0/+122
|/ / | | | | | | | | | | Fixes #1049. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1053 from stilor/add-comment-newlibAlexey Neyman2018-10-061-0/+2
|\ \ | | | | | | Add a comment explaining why CT_Mirrors is not used
| * | Add a comment explaining why CT_Mirrors is not usedAlexey Neyman2018-10-061-0/+2
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1052 from stilor/remove-android-ndk-r18Alexey Neyman2018-10-063-4/+2
|\ \ | | | | | | Remove android-ndk-r18
| * | Remove android-ndk-r18Alexey Neyman2018-10-063-4/+2
|/ / | | | | | | | | | | | | | | It no longer supports GCC. Fixes #1047. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #1051 from stilor/fix-glibc-2.15-i386Alexey Neyman2018-10-062-1/+28
|\ \ | |/ |/| Fix glibc 2.15 i386
| * Add wgetAlexey Neyman2018-10-061-1/+1
| | | | | | | | | | | | ... so that Docker image creation can fetch dumb-init. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix fdivp argument orderAlexey Neyman2018-10-061-0/+27
|/ | | | | | | | | Patch from upstream. Bug didn't exist in 2.14.1 and fix is already applied in 2.16. Fixes #1048 Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1043 from stilor/masterAlexey Neyman2018-09-292-0/+54
|\ | | | | Fix older automake with newer Perl
| * Fix older automake with newer PerlAlexey Neyman2018-09-292-0/+54
|/ | | | | | | Fixes #973. Fixes #987. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1042 from stilor/masterAlexey Neyman2018-09-291-0/+30
|\ | | | | Fix compilation against binutils-2.31.1
| * Fix compilation against binutils-2.31.1Alexey Neyman2018-09-291-0/+30
|/ | | | | | ... where <bfd/bfd.h> also needs <bfd/diagnostics.h>. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1041 from stilor/aarch64-in-linux3.7Alexey Neyman2018-09-292-1/+2
|\ | | | | Disallow linux versions before 3.7 for aarch64
| * Disallow linux versions before 3.7 for aarch64Alexey Neyman2018-09-292-1/+2
|/ | | | | | Fixes #1028 Signed-off-by: Alexey Neyman <stilor@att.net>