Update gdb to 7.11 and expat to 2.1.1 riscv64-elf is still broken. Change-Id: Id7605f4274fcb15f9c3e366f5c492328f70f7956 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/14461 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			445 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			445 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff -urN gdb-7.11.orig/gdb/Makefile.in gdb-7.11/gdb/Makefile.in
 | 
						|
--- gdb-7.11.orig/gdb/Makefile.in	2016-02-24 01:55:15.000000000 -0800
 | 
						|
+++ gdb-7.11/gdb/Makefile.in	2016-04-21 17:44:32.721472633 -0700
 | 
						|
@@ -1092,7 +1092,7 @@
 | 
						|
 
 | 
						|
 TSOBS = inflow.o
 | 
						|
 
 | 
						|
-SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR)
 | 
						|
+SUBDIRS = @subdirs@ data-directory $(GNULIB_BUILDDIR)
 | 
						|
 CLEANDIRS = $(SUBDIRS)
 | 
						|
 
 | 
						|
 # List of subdirectories in the build tree that must exist.
 |