Go to file
Romain Naour 295307700b package/gcc: allow uclibc only for gcc or1k (5.x)
uClibc doesn't build with the upstream binutils 2.32.x and gcc or1k
port due to the following error:

LD libuClibc-1.0.31.so
/opt/openrisc--uclibc--bleeding-edge-1/lib/gcc/or1k-buildroot-linux-uclibc/9.2.0/../../../../or1k-buildroot-linux-uclibc/bin/ld:
libc/libc_so.a(or1k_clone.os): pc-relative relocation against dynamic symbol
__syscall_error

See:
https://gitlab.com/kubu93/toolchains-builder/-/jobs/270854456

This error message come from a new check in binutils 2.32.x:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=f2c1801f6255a3f9f483ae2f07c7d7da0ddae4af

This issue has been reported on the uClibc-ng mailing list:
https://mailman.uclibc-ng.org/pipermail/devel/2019-August/001885.html

Since gcc 9.1 needs binutils 2.32.x or later to build successfully for
or1k, there is no binutils version left that can build gcc 9.1 and
uClibc.

For now, disable uClibc if gcc 9.1 is used for or1k.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
[Arnout: invert the logic, like in the rest of the file]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-08-21 23:50:33 +02:00
arch
board configs/ts7680: bump Linux to 4.9, to fix build with gcc >= 8.x 2019-08-19 15:46:18 +02:00
boot boot/uboot: use proper spelling of "U-Boot" 2019-08-04 18:46:47 +02:00
configs configs/ts7680: bump Linux to 4.9, to fix build with gcc >= 8.x 2019-08-19 15:46:18 +02:00
docs Update for 2019.08-rc2 2019-08-20 14:39:52 +02:00
fs
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.2.x series 2019-08-19 22:33:15 +02:00
package package/gcc: allow uclibc only for gcc or1k (5.x) 2019-08-21 23:50:33 +02:00
support support/testing: provide entropy to perl tests 2019-08-11 14:17:28 +02:00
system
toolchain
utils utils/genrandconfig: only do reproducible builds with diffoscope 2019-08-07 16:34:44 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml configs/odroidc2: remove the defconfig 2019-08-04 12:57:19 +02:00
.gitlab-ci.yml.in
CHANGES Update for 2019.08-rc2 2019-08-20 14:39:52 +02:00
Config.in
Config.in.legacy package/libamcodec: remove package 2019-08-11 14:28:34 +02:00
COPYING
DEVELOPERS DEVELOPERS: remove Andy Kennedy, e-mail is bouncing 2019-08-15 11:10:35 +02:00
Makefile Update for 2019.08-rc2 2019-08-20 14:39:52 +02:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches