| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The -lcygwin -lc actually breaks the build: elf2flt picks up the symbols for getopt/optarg via
<getopt.h> in binutils-X.Y/include, where optarg is declared without dllimport attribute.
Therefore it pulls in getopt() from libc/libcygwin, but since optarg is not prefixed with
_imp__, it is pulled from libiberty. But the object file in libiberty also contains getopt()
thus resulting in multiple definitions thereof.
While there, kill extraneous -ldl passed into configure - configure detects -ldl successfully.
Upstream: https://github.com/uclinux-dev/elf2flt/pull/6
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Added new gcc config option CC_GCC_CONFIG_TLS
|
| |
| |
| |
| |
| |
| |
| | |
Adding new tristate configuration for TLS (Thread Local Storage) to
add "--enable-tls" (y), "--disable-tls" (n) or nothing (m).
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \
| |/
|/| |
Kill a generated file
|
|/
|
|
|
|
| |
... and add it to .gitignore.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Linaro also has new 4.9 and 5.4 releases
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Bump Linaro GCC6 to 6.3-2017-02
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Add GDB 7.12.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |/
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Disable LTO for static toolchain
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Loading a dynamic library (LTO plugin) from a static binary fails
on ArchLinux. It is also prone to break if a system is ever upgraded.
Also, disable plugins if not enabled explicitly.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |/
| |
| |
| |
| |
| | |
... on all supported versions.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Add --disable-database and --with-fallbacks separately
|
|/
|
|
|
|
| |
The dependency between them has been removed in Kconfig.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Strace 4.16
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
... do not overquote the variables from paths.sh.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Fix undefined reference to _wopen on Cygwin
|
| |/
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Refine previous fix to uClibc verbosity setting
|
|/
|
|
|
|
| |
The V={1,2} have opposite meaning in uClibc and uClibc-ng, reflect that.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Skip gettext/libiconv on linux-gnu
|
| |
| |
| |
| |
| |
| |
| | |
Previous version by Ray Donnelly was skipping them for all *linux*.
This skips it for GLIBC only.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Determine whether -E/-r option selects extended regexp
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
... and then use the right option. See the note in scripts/functions
on where we should use ${foo} and where just 'foo'; this boils down to
whether we can expect the build tools override to be in effect (e.g. in
the actual build scripts) or not (i.e. outside of scripts/build).
While running in scripts/functions, or in scripts/crosstool-NG.sh the
build tools override directory (.build/tools/bin) may have not been
set up (yet, or at all).
Also, modify the installed scripts (populate, xldd) accordingly.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Select wget vs curl, BSD stat vs GNU stat
|
| |
| |
| |
| |
| |
| | |
Seems like MacOS may have either in the path.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Backport mutextattr typo fix to 2.24 and 2.23.2
|
| |/
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Fix typo in toolchain.in
|
| |
| |
| |
| | |
Signed-off-by: Dave Flogeras <dflogeras2@gmail.com>
|
|\ \
| | |
| | | |
Skip complibs check on host for canadian
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
... they all want to run the binaries they produced, which fails
when build!=host.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |/
| |
| |
| |
| |
| | |
Upstream: https://github.com/madler/zlib/pull/225
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Fix Cygwin build of old gcc and glibc
|
| |
| |
| |
| |
| | |
Original patch by: Ray Donnelly <mingw.android@gmail.com>
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
'relocs' is no longer built when installing the headers.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
... backported from newer GCC releases.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
|
| |
... it is not needed to install headers and causes build failures
in more than one setup (cygwin, macos).
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Allow one to select uclibceabi/uclibcgnueabi suffix
|