summaryrefslogtreecommitdiffstats
path: root/package/glibmm
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2017-10-19 17:43:26 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 13:13:37 +0200
commitffdd67faee5b29e61cbb20e0965eb708f9746acc (patch)
treecbaad54261977e2cd1a84964c5973cf4c902de00 /package/glibmm
parent6d623e72770534c8e40e5afd7aa8fb77e49d1974 (diff)
downloadbuildroot-ffdd67faee5b29e61cbb20e0965eb708f9746acc.tar.gz
buildroot-ffdd67faee5b29e61cbb20e0965eb708f9746acc.zip
glibmm: bump required gcc version to 4.9
Fixes: http://autobuild.buildroot.net/results/052905b339c6aecc33e9b91d9cc658baeb51ed8f/ Signed-off-by: Adam Duskett <Adamduskett@outlook.com> [Thomas: propagate to pulseview.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glibmm')
-rw-r--r--package/glibmm/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/glibmm/Config.in b/package/glibmm/Config.in
index 7218db24b3..c7b4082e0e 100644
--- a/package/glibmm/Config.in
+++ b/package/glibmm/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_GLIBMM
bool "glibmm"
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # regex_replace
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
@@ -12,7 +12,7 @@ config BR2_PACKAGE_GLIBMM
http://www.gtkmm.org/
-comment "glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8"
+comment "glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
depends on BR2_USE_MMU
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_USE_WCHAR \
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud