diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-01 13:22:46 -0700 |
commit | 3bd872c4c481664542c6c5797730f3830e827b92 (patch) | |
tree | 7c12c7fbf9a7a749334f1704d072e7f14aa67928 /sysdeps/unix/sysv/linux/i386/Makefile | |
parent | 3553723f3ccc7571764b06d63a8c6e4a8f2c55bc (diff) | |
download | glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.gz |
Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index f4585d788a..acc30219e8 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -3,7 +3,6 @@ default-abi := 32 ifeq ($(subdir),misc) sysdep_routines += ioperm iopl vm86 call_pselect6 call_fallocate -sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h endif ifeq ($(subdir),elf) |