mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove nios2-linux-gnu
GCC 15 (e876acab6cdd84bb2b32c98fc69fb0ba29c81153) and binutils (e7a16d9fd65098045ef5959bf98d990f12314111) both removed all Nios II support, and the architecture has been EOL'ed by the vendor. The kernel still has support, but without a proper compiler there is no much sense in keep it on glibc. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@ -30,7 +30,7 @@ __fstat64_time64 (int fd, struct __stat64_t64 *buf)
|
||||
{
|
||||
#if !FSTATAT_USE_STATX
|
||||
# if XSTAT_IS_XSTAT64
|
||||
/* The __NR_stat macro is defined for all ABIs that also define
|
||||
/* The __NR_stat macro is defined for all ABIs that also define
|
||||
XSTAT_IS_STAT64, so to correctly identify alpha and sparc check
|
||||
__NR_newfstatat (similar to what fstatat64 does). */
|
||||
# ifdef __NR_newfstatat
|
||||
@ -60,7 +60,7 @@ __fstat64_time64 (int fd, struct __stat64_t64 *buf)
|
||||
# endif
|
||||
#else /* !FSTATAT_USE_STATX */
|
||||
/* All kABIs with non-LFS support and with old 32-bit time_t support
|
||||
e.g. arm, csky, i386, hppa, m68k, microblaze, nios2, sh, powerpc32,
|
||||
e.g. arm, csky, i386, hppa, m68k, microblaze, sh, powerpc32,
|
||||
and sparc32. */
|
||||
if (fd < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user