mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_10 Refresh patch: - 100-honour-copts.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			347 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			347 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/src/ccache/ccache.cpp
 | 
						|
+++ b/src/ccache/ccache.cpp
 | 
						|
@@ -1906,6 +1906,7 @@ get_manifest_key(Context& ctx, Hash& has
 | 
						|
     "OBJCPLUS_INCLUDE_PATH",        // Clang
 | 
						|
     "CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
 | 
						|
     "CLANG_CONFIG_FILE_USER_DIR",   // Clang
 | 
						|
+    "GCC_HONOUR_COPTS",
 | 
						|
     nullptr,
 | 
						|
   };
 | 
						|
   for (const char** p = envvars; *p; ++p) {
 |