diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-04-07 06:44:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-04-07 06:44:37 -0700 |
commit | 93a0959ef261c92b5d9c337f1e4cb64bbe453a9a (patch) | |
tree | b8c00ba71001f784599d6596ad27c79544ad3489 /sysdeps/i386/sysdep.h | |
parent | 10b2cdc3b3a9aab153e07bb7f8e1765dc3cd01fa (diff) | |
download | glibc-93a0959ef261c92b5d9c337f1e4cb64bbe453a9a.tar.gz glibc-93a0959ef261c92b5d9c337f1e4cb64bbe453a9a.tar.xz glibc-93a0959ef261c92b5d9c337f1e4cb64bbe453a9a.zip |
i386: Remove build support for GCC older than GCC 6
Since GCC 6.2 or later is required to build glibc, remove build support for GCC older than GCC 6. Testd with GCC 6.4 and GCC 9.3. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/i386/sysdep.h')
-rw-r--r-- | sysdeps/i386/sysdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/i386/sysdep.h b/sysdeps/i386/sysdep.h index 6094af8fec..2f786a251b 100644 --- a/sysdeps/i386/sysdep.h +++ b/sysdeps/i386/sysdep.h @@ -18,8 +18,6 @@ #include <sysdeps/x86/sysdep.h> -#include <features.h> /* For __GNUC_PREREQ. */ - /* It is desirable that the names of PIC thunks match those used by GCC so that multiple copies are eliminated by the linker. Because GCC 4.6 and earlier use __i686 in the names, it is necessary to |