| 
														
															@@ -46,9 +46,11 @@ menuconfig TARGET_OPTIONS 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			bool "None" 
														 | 
														
														 | 
														
															 			bool "None" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		config BPF_TOOLCHAIN_HOST 
														 | 
														
														 | 
														
															 		config BPF_TOOLCHAIN_HOST 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			select USE_LLVM_HOST 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			bool "Use host LLVM toolchain" 
														 | 
														
														 | 
														
															 			bool "Use host LLVM toolchain" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		config BPF_TOOLCHAIN_BUILD_LLVM 
														 | 
														
														 | 
														
															 		config BPF_TOOLCHAIN_BUILD_LLVM 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			select USE_LLVM_BUILD 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			bool "Build LLVM toolchain for eBPF" 
														 | 
														
														 | 
														
															 			bool "Build LLVM toolchain for eBPF" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			help 
														 | 
														
														 | 
														
															 			help 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			  If enabled, a LLVM toolchain for building eBPF binaries will be built. 
														 | 
														
														 | 
														
															 			  If enabled, a LLVM toolchain for building eBPF binaries will be built. 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -292,6 +294,17 @@ config GDB_PYTHON 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	help 
														 | 
														
														 | 
														
															 	help 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	  Enable the python bindings for GDB to allow using python in the gdb shell. 
														 | 
														
														 | 
														
															 	  Enable the python bindings for GDB to allow using python in the gdb shell. 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+config HAS_BPF_TOOLCHAIN 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	bool 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+config USE_LLVM_HOST 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	select HAS_BPF_TOOLCHAIN 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	bool 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+config USE_LLVM_BUILD 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	select HAS_BPF_TOOLCHAIN 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	bool 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 config USE_GLIBC 
														 | 
														
														 | 
														
															 config USE_GLIBC 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc) 
														 | 
														
														 | 
														
															 	default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	bool 
														 | 
														
														 | 
														
															 	bool 
														 |