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/x86/Makefile | |
parent | 3553723f3ccc7571764b06d63a8c6e4a8f2c55bc (diff) | |
download | glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.gz glibc-3bd872c4c481664542c6c5797730f3830e827b92.tar.xz glibc-3bd872c4c481664542c6c5797730f3830e827b92.zip |
Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/Makefile b/sysdeps/unix/sysv/linux/x86/Makefile index cf4a55cf0c..6412a9ef36 100644 --- a/sysdeps/unix/sysv/linux/x86/Makefile +++ b/sysdeps/unix/sysv/linux/x86/Makefile @@ -12,3 +12,7 @@ abi-64-ld-soname := ld-linux-x86-64.so.2 abi-x32-options := -U__i386__ -D__x86_64__ -D__ILP32__ -U__LP64__ abi-x32-condition := defined __x86_64__ && defined __ILP32__ abi-x32-ld-soname := ld-linux-x32.so.2 + +ifeq ($(subdir),misc) +sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h +endif |