Since version 8.0, gdb requires at least gcc 4.8. Unfortunately some of the buildbot slaves don't meet this requirement, and fail to build LEDE after the gdb upgrade. Revert to the previous gdb version for now. This reverts commit 592abe9ef53f921554d48085d6482d4507b3e142. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
22 lines
363 B
Diff
22 lines
363 B
Diff
--- a/gdb/configure
|
|
+++ b/gdb/configure
|
|
@@ -874,8 +874,7 @@ MAKEINFOFLAGS
|
|
YACC
|
|
YFLAGS
|
|
XMKMF'
|
|
-ac_subdirs_all='testsuite
|
|
-gdbtk
|
|
+ac_subdirs_all='gdbtk
|
|
multi-ice
|
|
gdbserver'
|
|
|
|
@@ -5617,7 +5616,7 @@ $as_echo "$with_auto_load_safe_path" >&6
|
|
|
|
|
|
|
|
-subdirs="$subdirs testsuite"
|
|
+subdirs="$subdirs"
|
|
|
|
|
|
# Check whether to support alternative target configurations
|