mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	gcc: use qstrip template to fix syntax highlighting
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47023
This commit is contained in:
		
							parent
							
								
									836d462b10
								
							
						
					
					
						commit
						3d64edb024
					
				@ -119,7 +119,7 @@ GCC_CONFIGURE:= \
 | 
				
			|||||||
		$(SOFT_FLOAT_CONFIG_OPTION) \
 | 
							$(SOFT_FLOAT_CONFIG_OPTION) \
 | 
				
			||||||
		$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
 | 
							$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
 | 
				
			||||||
		$(if $(CONFIG_mips64)$(CONFIG_mips64el),--with-arch=mips64 \
 | 
							$(if $(CONFIG_mips64)$(CONFIG_mips64el),--with-arch=mips64 \
 | 
				
			||||||
			--with-abi=$(subst ",,$(CONFIG_MIPS64_ABI))) \
 | 
								--with-abi=$(call qstrip,$(CONFIG_MIPS64_ABI))) \
 | 
				
			||||||
		--with-gmp=$(TOPDIR)/staging_dir/host \
 | 
							--with-gmp=$(TOPDIR)/staging_dir/host \
 | 
				
			||||||
		--with-mpfr=$(TOPDIR)/staging_dir/host \
 | 
							--with-mpfr=$(TOPDIR)/staging_dir/host \
 | 
				
			||||||
		--with-mpc=$(TOPDIR)/staging_dir/host \
 | 
							--with-mpc=$(TOPDIR)/staging_dir/host \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user