diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:25 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:43:01 +0200 |
commit | c0d6625e5eaec29921e6fc5c01a678ad91f32ed8 (patch) | |
tree | 16d20e69f465e565f5ce1f71327484e45ffd2602 /package/gcc | |
parent | 152d6414cad38a5bec1756a7b8d3b32487812492 (diff) | |
download | buildroot-c0d6625e5eaec29921e6fc5c01a678ad91f32ed8.tar.gz buildroot-c0d6625e5eaec29921e6fc5c01a678ad91f32ed8.zip |
package infra: drop non-lfs support
Now that largefile is mandatory remove support for non-lfs
tweaks/variables in the package infra and the gcc build.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/gcc-final/gcc-final.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/gcc/gcc-final/gcc-final.mk b/package/gcc/gcc-final/gcc-final.mk index c014bc5a20..d76eb31382 100644 --- a/package/gcc/gcc-final/gcc-final.mk +++ b/package/gcc/gcc-final/gcc-final.mk @@ -49,7 +49,6 @@ GCC_FINAL_CROSS_LANGUAGES = $(subst $(space),$(comma),$(GCC_FINAL_CROSS_LANGUAGE HOST_GCC_FINAL_CONF_OPTS = \ $(HOST_GCC_COMMON_CONF_OPTS) \ --enable-languages=$(GCC_FINAL_CROSS_LANGUAGES) \ - $(DISABLE_LARGEFILE) \ --enable-poison-system-directories \ --with-build-time-tools=$(HOST_DIR)/usr/$(GNU_TARGET_NAME)/bin |