Hi, the gccgo-mipsel-linux-gnu package seems to be built with hard-float:
/usr/bin/mipsel-linux-gnu-gccgo-7 -march=1004kc -msoft-float -static hello.go /usr/lib/gcc-cross/mipsel-linux-gnu/7/libgo.a(net.o): In Funktion »net.cgoLookupServicePort«: (.text+0x12dd4): Warnung: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/mipsel-linux-gnu/7/../../../../mipsel-linux-gnu/bin/ld: Warning: a.out uses -mhard-float (set by /usr/lib/gcc-cross/mipsel-linux-gnu/7/../../../../mipsel-linux-gnu/lib/../lib/crt1.o), /tmp/cc6DGRtH.o uses -msoft-float How can I rebuild the packages with soft-float enabled? I appreciate any hint. Kind Regards Julian Kornberger

