mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	This is the final bugfix release in the gcc-5 series. Compile and run tested on macOS 10.13 (Xcode 9), mvebu/ar71xx. Removed redundant patch for macOS (backported upstream by yours truly) Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
		
			
				
	
	
		
			12 lines
		
	
	
		
			367 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			367 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/gcc/go/Make-lang.in
 | |
| +++ b/gcc/go/Make-lang.in
 | |
| @@ -74,7 +74,7 @@ go_OBJS = $(GO_OBJS) go/gospec.o
 | |
|  
 | |
|  go1$(exeext): $(GO_OBJS) attribs.o $(BACKEND) $(LIBDEPS)
 | |
|  	+$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
 | |
| -	      $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS)
 | |
| +	      $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS) -lm
 | |
|  
 | |
|  # Documentation.
 | |
|  
 |