buildroot: update to 2018.08

The main motivation for this was to fix the build for Ubuntu 18.10, which
has glibc 2.28, which broke the 2018.05 build at the m4-host package with:

    #error "Please port gnulib fseeko.c to your platform!

The fixing commit is: c48f8a64626c60bd1b46804b7cf1a699ff53cdf3
This commit is contained in:
Ciro Santilli
2019-01-22 00:00:00 +00:00
committed by Ciro Santilli 六四事件 法轮功
parent 8bef6a9389
commit 46bf33fb4e
2 changed files with 1 additions and 5 deletions

View File

@@ -23,10 +23,6 @@ BR2_TARGET_ROOTFS_INITRAMFS=n
BR2_TARGET_ROOTFS_TAR=n
# Host GDB
BR2_GDB_VERSION="7.11.1"
BR2_GDB_VERSION_7_10=n
BR2_GDB_VERSION_7_11=y
BR2_GDB_VERSION_7_12=n
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_PYTHON=y
BR2_PACKAGE_HOST_GDB_SIM=y