diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 07:59:06 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 07:59:29 -0700 |
commit | ae857215dd4e4a7ae100728c636622a7e4c8a322 (patch) | |
tree | 58d69ca695bda8d4f1d01a4633eb9d5bcc4cda2d /sysdeps/i386/i686 | |
parent | 892bb11e4eb1e2fa931e2e4f5268dafb848c87db (diff) | |
download | glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.tar glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.tar.gz glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.tar.bz2 glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.zip |
Remove i486 subdirectory
Since glibc doesn't support i386 any more, we can remove i486 subdirectory.
* sysdeps/i386/i586/Implies: Removed.
* sysdeps/i386/i686/Implies: Likewise.
Diffstat (limited to 'sysdeps/i386/i686')
-rw-r--r-- | sysdeps/i386/i686/Implies | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/i386/i686/Implies b/sysdeps/i386/i686/Implies deleted file mode 100644 index e1fcccd5f4..0000000000 --- a/sysdeps/i386/i686/Implies +++ /dev/null @@ -1,4 +0,0 @@ -# Due to the reordering and the other nifty extensions in the i686 it is -# not really good to use heavily i586 optimized code on a i686. It's -# better to use i486/i386 code. -i386/i486 |