mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	arc-2016.09 is the most recent toolchain for ARC cores and it is based on top of upstream Binutils 2.27 and GCC 6.2.1. With updated major version of GCC we copied all GCC 6.x patches for ARC as well as Bintils 2.27 patches. Note that toochain sports ARCv4 ABI and so must be used with 4.8+ Linux kernels. Even though it will build v4.4 kernel perfectly fine on attempt to run user-space apps they won't work with older kernel. That said previuosly sent RFC patches with Linux kernel update are required: [1] https://patchwork.ozlabs.org/patch/726686/ [2] https://patchwork.ozlabs.org/patch/726687/ Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
		
			
				
	
	
		
			24 lines
		
	
	
		
			692 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			692 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/gcc/Makefile.in
 | |
| +++ b/gcc/Makefile.in
 | |
| @@ -3021,18 +3021,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
 | |
|  doc/gccint.info: $(TEXI_GCCINT_FILES)
 | |
|  doc/cppinternals.info: $(TEXI_CPPINT_FILES)
 | |
|  
 | |
| -doc/%.info: %.texi
 | |
| -	if [ x$(BUILD_INFO) = xinfo ]; then \
 | |
| -		$(MAKEINFO) $(MAKEINFOFLAGS) -I . -I $(gcc_docdir) \
 | |
| -			-I $(gcc_docdir)/include -o $@ $<; \
 | |
| -	fi
 | |
| +doc/%.info:
 | |
|  
 | |
|  # Duplicate entry to handle renaming of gccinstall.info
 | |
| -doc/gccinstall.info: $(TEXI_GCCINSTALL_FILES)
 | |
| -	if [ x$(BUILD_INFO) = xinfo ]; then \
 | |
| -		$(MAKEINFO) $(MAKEINFOFLAGS) -I $(gcc_docdir) \
 | |
| -			-I $(gcc_docdir)/include -o $@ $<; \
 | |
| -	fi
 | |
| +doc/gccinstall.info:
 | |
|  
 | |
|  doc/cpp.dvi: $(TEXI_CPP_FILES)
 | |
|  doc/gcc.dvi: $(TEXI_GCC_FILES)
 |