Date: Wed, 08 Jan 2025 13:01:09 +0000 From: bugzilla-noreply@freebsd.org To: standards@FreeBSD.org Subject: [Bug 283917] libc failes to include stdint.h with clang>16 and -ffreestanding Message-ID: <bug-283917-99-zNnrVFyG2m@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283917-99@https.bugs.freebsd.org/bugzilla/> References: <bug-283917-99@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283917 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- FreeBSD libc is by definition a provider of ANSI C/POSIX library interfaces for the hosted environment. It cannot work this way. If you want to use -ffreestanding, you at least must disallow use of the standard system compilation environment (includes etc), perhaps by using the -nostdinc option, at least. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283917-99-zNnrVFyG2m>