mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
cross-arm-linux-musleabihf: fix unresolved extern
When linking against libgcc.a, there is an unresolved (in musl libc) external __write() referenced from libgcc/config/arm/linux-atomic-64bit.c, so make the patch replace it with libc write(2).
This commit is contained in:
parent
60265588a9
commit
865a129512
9 changed files with 34 additions and 8 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARMv6 LE Hard Float target (musl)"
|
short_desc="Cross toolchain for ARMv6 LE Hard Float target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -11,7 +11,7 @@ _archflags="-march=i686"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for i686 target (musl)"
|
short_desc="Cross toolchain for i686 target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)"
|
short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.20
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for x86_64 with musl"
|
short_desc="Cross toolchain for x86_64 with musl"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
|
|
@ -702,3 +702,29 @@ diff -r 94ebb0799454 gcc/config/sh/linux.h
|
||||||
|
|
||||||
#undef SUBTARGET_LINK_EMUL_SUFFIX
|
#undef SUBTARGET_LINK_EMUL_SUFFIX
|
||||||
#define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
|
#define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
|
||||||
|
|
||||||
|
Use libc write(2) instead of undefined __write() to get rid
|
||||||
|
of an error when later linking against libgcc.a
|
||||||
|
This should fix the webkitgtk build, see:
|
||||||
|
http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2991/steps/shell_3/logs/stdio
|
||||||
|
|
||||||
|
--- a/libgcc/config/arm/linux-atomic-64bit.c 2014-01-02 23:25:22.000000000 +0100
|
||||||
|
+++ b/libgcc/config/arm/linux-atomic-64bit.c 2015-08-14 10:56:03.383219614 +0200
|
||||||
|
@@ -33,7 +33,7 @@
|
||||||
|
kernels; we check for that in an init section and bail out rather
|
||||||
|
unceremoneously. */
|
||||||
|
|
||||||
|
-extern unsigned int __write (int fd, const void *buf, unsigned int count);
|
||||||
|
+extern unsigned int write (int fd, const void *buf, unsigned int count);
|
||||||
|
extern void abort (void);
|
||||||
|
|
||||||
|
/* Kernel helper for compare-and-exchange. */
|
||||||
|
@@ -56,7 +56,7 @@
|
||||||
|
for the user - I'm not sure I can rely on much else being
|
||||||
|
available at this point, so do the same as generic-morestack.c
|
||||||
|
write () and abort (). */
|
||||||
|
- __write (2 /* stderr. */, err, sizeof (err));
|
||||||
|
+ write (2 /* stderr. */, err, sizeof (err));
|
||||||
|
abort ();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue