diff mbox

[08/15] configs: drop largefile option

Message ID 1426270934-15499-9-git-send-email-gustavo@zacarias.com.ar
State Superseded
Headers show

Commit Message

Gustavo Zacarias March 13, 2015, 6:22 p.m. UTC
Drop the buildroot toolchain largefile support option since it's been
removed and pointless.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/armadeus_apf9328_defconfig | 1 -
 configs/raspberrypi2_defconfig     | 1 -
 configs/raspberrypi_defconfig      | 1 -
 3 files changed, 3 deletions(-)

Comments

Yann E. MORIN March 14, 2015, 10:47 p.m. UTC | #1
Gustavo, All,

On 2015-03-13 15:22 -0300, Gustavo Zacarias spake thusly:
> Drop the buildroot toolchain largefile support option since it's been
> removed and pointless.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  configs/armadeus_apf9328_defconfig | 1 -
>  configs/raspberrypi2_defconfig     | 1 -
>  configs/raspberrypi_defconfig      | 1 -
>  3 files changed, 3 deletions(-)
> 
> diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
> index 3600199..3ad8feb 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 b523a4a..4d4944f 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 835657c..f9b8a1c 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"
> -- 
> 2.0.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 3600199..3ad8feb 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 b523a4a..4d4944f 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 835657c..f9b8a1c 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"