Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
instead of mipsel)
diff --git a/Misc/NEWS b/Misc/NEWS
index beabc9b..6fdc253 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -255,6 +255,8 @@
 Library
 -------
 
+- Issue #4305: ctypes should now build again on mipsel-linux-gnu
+
 - Issue #1734234: Massively speedup ``unicodedata.normalize()`` when the
   string is already in normalized form, by performing a quick check beforehand.
   Original patch by Rauli Ruohonen.