| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Also, support uClibc-ng in addToolVersion.sh
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Disable libmpx in x86-musl.
|
| |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Fix issue #449.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
After building final gcc, place the libraries in non-sysroot libs
into sysroot.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Disable libmpx for musl builds.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |\ \ \
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
binutils: make symlinks in a consistent way
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On the stage "core gcc pass-2" the following layout is created:
1) buildtools/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
2) buildtools/TARGET/bin/{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
3) x-tools/TARGET/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
4) x-tools/TARGET/TARGET/bin{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
where both (1) and (2) are symlinks to (3). This effectively renders
core pass-2 gcc with elf2flt linker unusable.
Related elf2flt discussion:
https://github.com/crosstool-ng/crosstool-ng/pull/443
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
duma: add SHARED_LIBS dependency for DUMA shared library option
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
internals: properly strip gdbserver
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On mingw target gdbserver is suffixed with '.exe', thus
plain 'strip gdbserver' fails.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
gcc: Added 6.1.0 to version list
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed compile error with gcc 6.1 and glibc 2.23 involving missing parenthesis
with patch from glibc git repository, commit df1cf48777fe4cd81ad7fb09ecbe5b31432b7c1c.
Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently the broken file is not installed when doing an non-local install.
This causes ct-ng list-samples to not notify the user that a sample is
broken. This commit triggers the creation of the broken file as needed.
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed compile error for DUMA 2.5.15 due to different function prototypes
for new operator in c++03 vs c++11
Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
added gcc-6.1.0 to version list in kconfig
Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>
|
|\ \ \
| | | |
| | | | |
samples: Add powerpc64 little-endian toolchain sample
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change adds a powerpc64le-unknown-linux-gnu sample that can be used
to quickly create a little-endian tool-chain for powerpc64
architecture. This sample is based on the earlier work done by "Yann
E. MORIN" to add support for powerpc64 tool chain and implementing the
power64-unknown-linux-gnu sample. The existing sample however generates
a big-endian tool chain by default.
Signed-off-by: Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
|
|\ \ \ \
| | | | |
| | | | | |
samples: Add sparc-leon-linux-uclibc sample
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
gcc: Update gcc 5 to 5.4.0
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
patches synced with buildroot trunk and:
110-xtensa-implement-trap-pattern.patch (copied to 5.4.0 patches)
130-build_gcc-5_with_gcc-6.patch (upstreamed in 5.4.0, dropped)
370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch (copied to 5.4.0 patches)
380-gcc-plugin-POSIX-include-sys-select-h.patch (copied to 5.4.0 patches)
910-nios2-bad-multilib-default.patch (copied to 5.4.0 patches)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
uClibc: improve managing shared libs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This patch synchronizes crosstool CT_SHARED_LIBS and uclibc
HAVE_SHARED options.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This change adds native ldd and ldconfig utils to sysroot.
For glibc just 'make install' installs everything including utils.
For uclibc there exists a separate goal 'install_utils'. Make it.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Update x86.sh
|
| |/ / / /
| | | | |
| | | | | |
Added additional x86 architectures, like core2, that also map to i686
|
|\ \ \ \ \
| | | | | |
| | | | | | |
cross: Only make 'build tools' for the 'build'
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For a cross-compiler, we only need to make the 'build tools' for the
'build'. We also build the 'build tools' for the 'host' when building a
cross-canadian toolchain.
Closes #430
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Update config.guess and config.sub
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
populate: Fix undefined awk
|
| |/ / /
| | | |
| | | |
| | | | |
Fix minor issue introduced by 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e
|
|\ \ \ \
| | | | |
| | | | | |
scripts/functions: fix log level in call to CT_DoLog
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It must be "DEBUG", not "Debug"
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update elf2flt git repository location
|