package/devel/gdb-arc: Add target GDB for ARC
ARC port of GDB is not yet upstream so we need to use sources from Synopsys GitHub repo. Given Synopys' commitment to upstream ARC support in GDB in the nearest future it might be simpler to add a separate package for ARC GDB instead of patching generic GDB package. This way once ARC GDB stuff gets uptreamed we'll only need to remove that new "gdb-arc" package. Note 1 very minor change in generic gdb package was done - it now depends on !arc (while "gdb-arc" depends on "arc"). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
		
				
					committed by
					
						
						John Crispin
					
				
			
			
				
	
			
			
			
						parent
						
							8cc65914df
						
					
				
				
					commit
					1f0a9715d2
				
			
							
								
								
									
										21
									
								
								package/devel/gdb-arc/patches/110-no_testsuite.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								package/devel/gdb-arc/patches/110-no_testsuite.patch
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
--- a/gdb/configure
 | 
			
		||||
+++ b/gdb/configure
 | 
			
		||||
@@ -870,8 +870,7 @@ MAKEINFOFLAGS
 | 
			
		||||
 YACC
 | 
			
		||||
 YFLAGS
 | 
			
		||||
 XMKMF'
 | 
			
		||||
-ac_subdirs_all='testsuite
 | 
			
		||||
-gdbtk
 | 
			
		||||
+ac_subdirs_all='gdbtk
 | 
			
		||||
 multi-ice
 | 
			
		||||
 gdbserver'
 | 
			
		||||
 
 | 
			
		||||
@@ -5610,7 +5610,7 @@ $as_echo "$with_auto_load_safe_path" >&6
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
-subdirs="$subdirs testsuite"
 | 
			
		||||
+subdirs="$subdirs"
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 # Check whether to support alternative target configurations
 | 
			
		||||
		Reference in New Issue
	
	Block a user