OSDN Git Service

libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 17 Jan 2013 15:15:17 +0000 (15:15 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 11 Feb 2013 09:04:06 +0000 (10:04 +0100)
commitdcd8e7e8c9c5c5de727c9f1ff9499248cdf6f40e
tree0c59559cb45beab487f4bbccc0659c0dfe5b4ff7
parent5084cf8b6b8f01890b62bfd0edf085d04887d084
libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled

Fixes the following compilation error:

_lfs_64.h: # error Do not include this header in files not built when LFS is disabled

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/i386/Makefile.arch