Path to this page:
Subject: CVS commit: pkgsrc/cross/arm-none-eabi-gcc
From: Brook Milligan
Date: 2024-12-15 20:31:06
Message id: 20241215193106.2C587FC1C@cvs.NetBSD.org
Log Message:
cross/arm-none-eabi-gcc: fix build with libc++
Building gcc against libc++, e.g., with clang, poisons the ctype
macros due to including safe-ctype.h before including C++ standard
headers such as <list>, <map>, etc. The fix is to include the
standard headers first.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
Files: