diff options
author | Lothar Felten <lothar.felten@gmail.com> | 2017-08-11 13:16:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-11 15:31:57 +0200 |
commit | e845e012e7bfebe9c2ccf314eae059c892851e36 (patch) | |
tree | 1af1d856023cf96e340d335a2bf134ea520a4276 | |
parent | a579514314265dbc7c1fbf4ecb50e2abd9eb0b12 (diff) | |
download | buildroot-e845e012e7bfebe9c2ccf314eae059c892851e36.tar.gz buildroot-e845e012e7bfebe9c2ccf314eae059c892851e36.zip |
beaglebone_qt5_defconfig: use gcc 5.x
The linux 4.1 kernel does not compile with gcc 6.x.
The compiler version is now fixed to 5.x until a new kernel is used.
Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/beaglebone_qt5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig index 4135f718ed..fb61bf54df 100644 --- a/configs/beaglebone_qt5_defconfig +++ b/configs/beaglebone_qt5_defconfig @@ -3,6 +3,7 @@ BR2_cortex_a8=y BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y +BR2_GCC_VERSION_5_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_TARGET_GENERIC_GETTY_PORT="ttyO0" |