mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gcc: remove obsolete MinGW patch
This patch appears to be obsoleted by 217d5be, in GCC 11.1 onwards.
libstdc++: Test errno macros directly for all targets [PR 93151]
This applies the same changes to the djgpp and mingw versions of
error_constants.h as r11-6137 did for the generic version.
(From OE-Core rev: e3157da1408b4e6281fdf28825b79c266e93c05e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f2688a7e63
commit
a46d486a27
@@ -58,7 +58,6 @@ SRC_URI = "${BASEURI} \
|
||||
file://0019-Re-introduce-spe-commandline-options.patch \
|
||||
file://0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
|
||||
file://0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch \
|
||||
file://0022-mingw32-Enable-operation_not_supported.patch \
|
||||
file://0023-libatomic-Do-not-enforce-march-on-aarch64.patch \
|
||||
file://0024-Fix-install-path-of-linux64.h.patch \
|
||||
file://0026-rust-recursion-limit.patch \
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
From 061cf79e7b6e89fdf0f2630ddaebbf1d7b271ac3 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 12 May 2020 10:39:09 -0700
|
||||
Subject: [PATCH] mingw32: Enable operation_not_supported
|
||||
|
||||
Fixes nativesdk build errors on mingw32 gcc-runtime
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
libstdc++-v3/config/os/mingw32/error_constants.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libstdc++-v3/config/os/mingw32/error_constants.h b/libstdc++-v3/config/os/mingw32/error_constants.h
|
||||
index da5f4c2ac85..e855c86267c 100644
|
||||
--- a/libstdc++-v3/config/os/mingw32/error_constants.h
|
||||
+++ b/libstdc++-v3/config/os/mingw32/error_constants.h
|
||||
@@ -107,7 +107,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
#ifdef EPERM
|
||||
operation_not_permitted = EPERM,
|
||||
#endif
|
||||
-// operation_not_supported = EOPNOTSUPP,
|
||||
+ operation_not_supported = EOPNOTSUPP,
|
||||
#ifdef EWOULDBLOCK
|
||||
operation_would_block = EWOULDBLOCK,
|
||||
#endif
|
||||
Reference in New Issue
Block a user