]> Git Repo - buildroot-mgba.git/commit - Config.in.legacy
toolchain: drop codescape mips toolchains
authorFabrice Fontaine <[email protected]>
Sun, 17 Mar 2024 12:51:32 +0000 (13:51 +0100)
committerArnout Vandecappelle <[email protected]>
Sun, 17 Mar 2024 21:32:25 +0000 (22:32 +0100)
commit33605ea6d9b370d052dbf6b06d89e7b2a16d4275
treecf43879b84a2c455dbff450767e0acef79b48a7f
parent8a69af5fa4b545767ab292d1ad01266b87d45e92
toolchain: drop codescape mips toolchains

Codescape mips toolchains are old (2018) and use glibc 2.20 which is not
compatible with 64-bit time_t raising the following build failure with
libselinux since commit 1c2dbcdcf0bb589d325c379246acaa39bb07b7be:

In file included from selinux_restorecon.c:17:0:
/home/buildroot/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/fts.h:41:3: error: #error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
 # error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
   ^~~~~

Fixes: 1c2dbcdcf0bb589d325c379246acaa39bb07b7be
 - http://autobuild.buildroot.org/results/a4d38af627a42a2c55d60129787c51353d5883bf

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
Config.in.legacy
package/openblas/Config.in
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/toolchain-external-codescape-img-mips/Config.in [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-img-mips/Config.in.options [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-img-mips/toolchain-external-codescape-img-mips.hash [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-img-mips/toolchain-external-codescape-img-mips.mk [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in.options [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/toolchain-external-codescape-mti-mips.hash [deleted file]
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/toolchain-external-codescape-mti-mips.mk [deleted file]
This page took 0.031252 seconds and 4 git commands to generate.