Displaying 6 results from an estimated 6 matches for "gnuspe".
Did you mean:
gnupg
2019 Jan 19
4
RFT: klibc 2.0.5
...d pass
mips/mipsel-linux-gnu: fail: build pass
mips64/mips64el-linux-gnuabi64: fail: build pass
parisc/hppa-linux-gnu: fail: fcntl, vfork fail: fcntl, vfork
ppc/powerpc-linux-gnu: pass pass
ppc/powerpc-linux-gnuspe: fail: all tests fail: all tests
ppc64/powerpc64-linux-gnu: fail: fcntl pass
ppc64/powerpc64le-linux-gnu: fail: fcntl pass
riscv64/riscv64-linux-gnu: N/A pass
s390x/s390x-linux-gnu: fail: fcntl pass
sh/...
2019 Jan 20
0
RFT: klibc 2.0.5
...malloctest2*, malloctest2*,
setjmptest*, vfork setjmptest*, vfork
ppc/powerpc-linux-gnu: pass fail: malloctest2*,
setjmptest*, sigint*
ppc/powerpc-linux-gnuspe: fail: all tests fail: all tests
ppc64/powerpc64-linux-gnu: fail: fcntl pass
ppc64/powerpc64le-linux-gnu: fail: fcntl pass
riscv64/riscv64-linux-gnu: N/A fail: malloctest2*
s390x/s390x-linux-gnu: fail: fcntl...
2017 Jan 09
1
[PATCH] configure.ac: relax linux OS detection
Not all linux hosts match the *-pc-linux-gnu wildcard, causing build
failures for older glibc versions where we need to link with -lrt for
clock_gettime - E.G.:
- arm-unknown-linux-musleabihf
- powerpc-unknown-linux-gnuspe
- bfin-linux-linux-uclibc
..
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 070ab357..235d2717 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ e...
2017 Jan 09
0
[PATCH] configure.ac: relax linux OS detection
Not all linux hosts match the *-pc-linux-gnu wildcard, causing build
failures for older glibc versions where we need to link with -lrt for
clock_gettime - E.G.:
- arm-unknown-linux-musleabihf
- powerpc-unknown-linux-gnuspe
- bfin-linux-linux-uclibc
..
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 070ab357..235d2717 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ e...
2019 Jan 21
1
New test results
...uild pass pass
mips64/mips64el-linux-gnuabi64: fail: build pass pass
parisc/hppa-linux-gnu: fail: fcntl, fail: fcntl, pass
vfork vfork
ppc/powerpc-linux-gnu: pass pass pass
ppc/powerpc-linux-gnuspe: fail: sigint, fail: sigint, fail: sigint,
2c 2c 2c
ppc64/powerpc64-linux-gnu: fail: fcntl pass pass
ppc64/powerpc64le-linux-gnu: fail: fcntl pass pass
riscv64/riscv64-linux-gnu: N/A pa...
2018 Jul 10
9
[PATCH 0/7] PowerPC64 performance improvements
The following series adds initial vector support for PowerPC64.
On POWER9, flac --best is about 3.3x faster.
Amitay Isaacs (2):
Add m4 macro to check for C __attribute__ features
Check if compiler supports target attribute on ppc64
Anton Blanchard (5):
configure.ac: Remove SPE detection code
configure.ac: Add VSX enable/disable
configure.ac: Fix FLAC__CPU_PPC on little endian, and add