Files
linux-kernel-module-cheat/buildroot_config/default
Ciro Santilli 46bf33fb4e 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
2019-01-22 00:00:00 +00:00

39 lines
960 B
Plaintext

# Toolchain options.
# Enable as much visibility as possible.
BR2_CCACHE=y
BR2_CCACHE_USE_BASEDIR=n
BR2_DEBUG_3=y
BR2_ENABLE_DEBUG=y
BR2_GCC_ENABLE_GRAPHITE=y
BR2_GCC_ENABLE_LTO=y
BR2_GCC_ENABLE_OPENMP=y
BR2_OPTIMIZE_0=y
BR2_PTHREAD_DEBUG=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
# Rootfs
BR2_TARGET_ROOTFS_CPIO=n
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
BR2_TARGET_ROOTFS_SQUASHFS=n
BR2_TARGET_ROOTFS_INITRAMFS=n
# TODO can you boot with those as root filesystem?
BR2_TARGET_ROOTFS_TAR=n
# Host GDB
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_PYTHON=y
BR2_PACKAGE_HOST_GDB_SIM=y
BR2_PACKAGE_HOST_GDB_TUI=y
# DTC.
BR2_PACKAGE_HOST_DTC=y
# We were tempted to do this to disable S40network neatly,
# but that package also creates extra configuration files
# such as /etc/network/interfaces which we need. So we just
# remove the init.d file for now.
#BR2_PACKAGE_IFUPDOWN_SCRIPTS=n