at91: add support for the WB50N module from Laird
[openwrt/staging/chunkeey.git] / toolchain / gcc / patches / 5.4.0 / 960-go_libm.patch
1 --- a/gcc/go/Make-lang.in
2 +++ b/gcc/go/Make-lang.in
3 @@ -74,7 +74,7 @@ go_OBJS = $(GO_OBJS) go/gospec.o
4
5 go1$(exeext): $(GO_OBJS) attribs.o $(BACKEND) $(LIBDEPS)
6 +$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
7 - $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS)
8 + $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS) -lm
9
10 # Documentation.
11