diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:26 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:43:18 +0200 |
commit | d79275093547caf986fa644e88a4d0208cac722c (patch) | |
tree | 5a74974c48a35455cdd9adde78b1d58df0cc808a | |
parent | c0d6625e5eaec29921e6fc5c01a678ad91f32ed8 (diff) | |
download | buildroot-d79275093547caf986fa644e88a4d0208cac722c.tar.gz buildroot-d79275093547caf986fa644e88a4d0208cac722c.zip |
configs: drop largefile option
Drop the buildroot toolchain non-largefile support option since it's
being removed.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/armadeus_apf9328_defconfig | 1 | ||||
-rw-r--r-- | configs/raspberrypi2_defconfig | 1 | ||||
-rw-r--r-- | configs/raspberrypi_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig index 36001995b2..3ad8feb43c 100644 --- a/configs/armadeus_apf9328_defconfig +++ b/configs/armadeus_apf9328_defconfig @@ -6,7 +6,6 @@ BR2_arm920t=y BR2_PACKAGE_GDB=y BR2_PACKAGE_HOST_GDB=y BR2_ENABLE_LOCALE_PURGE=y -BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index b523a4ac0e..4d4944f9e3 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -3,7 +3,6 @@ BR2_cortex_a7=y BR2_ARM_EABIHF=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_GETTY_PORT="tty1" diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 835657cbe0..f9b8a1c354 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -1,7 +1,6 @@ BR2_arm=y BR2_arm1176jzf_s=y -BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_GENERIC_GETTY_PORT="tty1" |