Alexey Neyman
15ffdc42f1
Make all samples save tarballs.
...
... and provide consistent logging.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-18 13:36:21 -08:00
Alexey Neyman
b4efb5e519
Update kernel versions...
...
... to match those currently listed on kernel.org.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-18 13:33:52 -08:00
Alexey Neyman
fbac89da08
Merge pull request #477 from stilor/gcc-4.9.4
...
Gcc 4.9.4 support
2016-11-18 09:57:42 -08:00
Alexey Neyman
5d4e179980
Remove 4.9.3 patch directory.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-17 17:23:53 -08:00
Alexey Neyman
97c01b8491
Update samples previously using 4.9.3.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-17 17:23:17 -08:00
Alexey Neyman
1517360c6a
Add missing 4.9.3 patches.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-17 17:20:48 -08:00
Thorsten Johannvorderbrueggen
18b5382e9c
add support for gcc 4.9.4
2016-11-17 16:17:22 -08:00
Alexey Neyman
f0bb72b741
Merge pull request #381 from enunes/avr
...
avr-libc: update to 2.0.0
2016-11-15 14:45:42 -08:00
Alexey Neyman
762c511947
Merge pull request #387 from jserv/gettext-0_19_7
...
gettext: update to 0.19.7
2016-11-15 14:45:31 -08:00
Alexey Neyman
99943a8802
Merge pull request #476 from stilor/fix-after-glibc-2.24
...
Fix ltrace under glibc 2.24.
2016-11-14 11:24:24 -08:00
Alexey Neyman
51b7d69bbc
Merge pull request #474 from stilor/unbreak-gcc-4.9.3
...
Unbreak 4.9.3.
2016-11-14 11:24:02 -08:00
Alexey Neyman
2fe9c8686d
Fix ltrace under glibc 2.24.
...
GLIBC 2.24 declared readdir_r as deprecated and suggests to use readdir.
uClibc-ng's readdir is thread-safe as well.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-13 11:56:50 -08:00
Alexey Neyman
8fbe000639
Merge pull request #368 from dremon/master
...
MinGW: add C++11 posix threads support
2016-11-13 10:33:24 -08:00
Dmitry Pankratov
2cc9e68596
Merge remote-tracking branch 'upstream/master'
2016-11-13 09:10:34 +01:00
Alexey Neyman
2d2bf76e91
Merge pull request #475 from troglobit/glibc-2.24
...
glibc: Add glibc-2.24
2016-11-12 16:28:52 -08:00
Joachim Nilsson
9b216274e5
glibc: Add glibc-2.24
...
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2016-11-12 19:49:26 +01:00
Dmitry Pankratov
fa9f2bda11
Requested changes by @stilor in the PR #368 review
2016-11-12 07:32:06 +01:00
Dmitry Pankratov
0d17d26005
Merge remote-tracking branch 'upstream/master'
2016-11-11 21:03:11 +01:00
Alexey Neyman
760dcf2b39
Unbreak 4.9.3.
...
The patch provided by the original submitter did not apply cleanly to 4.9.3; had a fuzz 2.
We only allow fuzz 1. Fix up the patch.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-11 10:41:19 -08:00
Alexey Neyman
5ebbb52be0
Merge pull request #468 from dajamminyogesh/master
...
gcc: Updated gcc from 6.1.0 to 6.2.0
2016-11-10 20:10:05 -08:00
Alexey Neyman
b523e842d3
Merge pull request #419 from ograff/gcc_patches
...
Apply patch for config.gcc to support e6500 to gcc4.9.3
2016-11-10 14:41:33 -08:00
Bryan Hundven
6a1bf36b48
Merge pull request #472 from stilor/unparallel-make-install
...
Do not run 'make install' in parallel in GCC.
2016-11-09 18:52:30 -08:00
Alexey Neyman
a76c549823
Merge pull request #452 from KirillSmirnov/janitorial
...
Janitorial: update patches
2016-11-09 17:35:27 -08:00
Alexey Neyman
f4c7688946
Do not run 'make install' in parallel in GCC.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-09 16:46:01 -08:00
Alexey Neyman
23e9a03a3f
Merge pull request #461 from stilor/static-libgcc-more-fixes
...
Making libmpx configurable & moving gcc libs: more fixes
2016-11-07 16:38:02 -08:00
Yogesh Sharma
0bf97beb30
gcc: Updated gcc from 6.1.0 to 6.2.0
...
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
2016-10-31 14:29:25 -04:00
Bryan Hundven
dc280e477d
Merge branch 'master' into janitorial
2016-10-24 10:07:16 -07:00
Alexey Neyman
91575d02c4
Merge branch 'master' into static-libgcc-more-fixes
2016-10-12 11:58:28 -07:00
Alexey Neyman
339b83c393
MINGW doesn't like libmpx either.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-07 10:35:57 -07:00
Alexey Neyman
3330ad7197
Fine-tune moving gcc libraries to sysroot.
...
1. Check if anything was installed outside sysroot; on some [baremetal only?]
configurations GCC doesn't install anything to ${CT_PREFIX_DIR}/${CT_TARGET}/lib.
2. We need to create <sysroot>/lib/<multilib> if it doesn't exist
(MUSL only installs in <sysroot>/usr/lib).
3. Do not move the linker scripts; elf2flt expects to find them
in gcc's dir, not sysroot.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-07 10:34:33 -07:00
Bryan Hundven
df5a341e59
Merge pull request #391 from stilor/uclibc-1.0.14
...
Upgrade uClibc-ng to 1.0.17 (1.0.18 has issues - marked experimental)
2016-10-06 10:06:02 -07:00
Alexey Neyman
1d43ed3151
Restore 1.0.17 and make 1.0.18 experimental.
...
1.0.18 changed the dependencies for the static libraries, notably
in libc/Makefile.in. This resulted in packing a lot of unrelated
stuff into libc.a, including (sic!) a nested .a library and stuff
from other libraries such as libdl. This results in a failure to
statically link with thus created libc.a:
.../libc.a(libdl.os):(.literal+0x74): undefined reference to `_dl_tlsdesc_return'
This was breaking xtensa-*-uclibc sample.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-05 15:23:40 -07:00
Alexey Neyman
1cb9253dd7
uClibc-ng pushes new releases faster than we merge them in!
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:48:28 -07:00
Alexey Neyman
8121be5b21
Fix m68k with uClibc-ng >= 1.0.15.
...
1.0.15 only kept a single LINUXTHREADS option, and renamed it, making it
no longer option-compatible with uClibc.
The option for "1.0.14 or later" version of uClibc-ng is not currently
used; rename it to "1.0.15 or later" and use it to handle newer
uClibc-ng's linuxthreads.
m68k happens to be the only sample using linuxthreads.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:47:15 -07:00
Alexey Neyman
03730997ae
GC uClibc 1.0.14.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:47:15 -07:00
Alexey Neyman
2cb1b851c2
Make sparc-leon-linux-uclibc "version neutral".
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:47:15 -07:00
Alexey Neyman
f35c62daf0
Add uClibc-ng 1.0.17.
...
Also, support uClibc-ng in addToolVersion.sh
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:47:15 -07:00
Alexey Neyman
202ca9b7d4
Upgrade uClibc-ng to 1.0.14.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-04 17:47:15 -07:00
Kirill Smirnov
c7cb030fd5
Merge branch 'master' into janitorial
2016-10-05 02:59:48 +03:00
Bryan Hundven
3ec2211548
Merge pull request #451 from stilor/x86-musl
...
Disable libmpx in x86-musl.
2016-10-04 16:18:45 -07:00
Alexey Neyman
33fccf9838
Merge branch 'master' into x86-musl
2016-10-04 11:43:42 -07:00
Bryan Hundven
62e136d46d
Merge pull request #459 from stilor/static-libgcc-link
...
Fix issue #449 .
2016-10-04 11:21:24 -07:00
Alexey Neyman
96338beeca
GCC uses multi_os_dir for libgcc, not multi_dir.
...
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-02 18:50:41 -07:00
Alexey Neyman
75dee86653
Fix issue #449 .
...
After building final gcc, place the libraries in non-sysroot libs
into sysroot.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-10-02 15:23:53 -07:00
Dmitry Pankratov
34ca68e3b0
Merge branch 'master' of https://github.com/crosstool-ng/crosstool-ng
2016-10-01 22:43:56 +02:00
Oliver Graff
8dd5462c04
Apply patch for config.gcc to support e6500 to gcc4.9.3
...
This resolves crosstool-ng/crosstool-ng#405
Signed-off-by: Oliver Graff <oliver.e.graff@gmail.com>
2016-09-28 14:02:14 -04:00
Alexey Neyman
651567ff90
Add a checkbox for libmpx build.
...
Disable libmpx for musl builds.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-09-22 17:01:43 -07:00
Kirill Smirnov
8c04681a99
Merge branch 'master' into janitorial
2016-09-23 00:56:46 +03:00
Bryan Hundven
531eab4c56
Merge pull request #454 from KirillSmirnov/disable-werror
...
elf2flt: do not treat warnings as errors
2016-09-22 08:33:40 -07:00
Kirill K. Smirnov
3362272d40
elf2flt: do not treat warnings as errors
...
elf2flt is configured with -Werror flag by default. Disable it.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2016-09-20 23:28:29 +03:00