mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	toolchain/gcc: disable libmpx to fix build errors on x86 with gcc 6.1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									c6c81351b7
								
							
						
					
					
						commit
						ab3bf82e01
					
				@ -104,6 +104,7 @@ GCC_CONFIGURE:= \
 | 
				
			|||||||
		--disable-libgomp \
 | 
							--disable-libgomp \
 | 
				
			||||||
		--disable-libmudflap \
 | 
							--disable-libmudflap \
 | 
				
			||||||
		--disable-multilib \
 | 
							--disable-multilib \
 | 
				
			||||||
 | 
							--disable-libmpx \
 | 
				
			||||||
		--disable-nls \
 | 
							--disable-nls \
 | 
				
			||||||
		$(GRAPHITE_CONFIGURE) \
 | 
							$(GRAPHITE_CONFIGURE) \
 | 
				
			||||||
		--with-host-libstdcxx=-lstdc++ \
 | 
							--with-host-libstdcxx=-lstdc++ \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user