[OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-16 Thread openwrt
From: Daniel Dickinson I've tweaked a few things mentioned by Hauke and verified it's still working. The CONFIG_USE_MUSL parts are to work around gccgo build complaining about missing symbols due to the build needing 'real' types (e.g. typedefs) not #define, but musl use #define for some of the

Re: [OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-13 Thread Hauke Mehrtens
On 12/09/2015 10:39 AM, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > Packages can use TARGET_GOC for the gnugcc compiler. > > No generic packaging defaults have been added as I'm not sure what that should > look like or if there are even sensible defaults for the Go projects

[OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-09 Thread openwrt
From: Daniel Dickinson Packages can use TARGET_GOC for the gnugcc compiler. No generic packaging defaults have been added as I'm not sure what that should look like or if there are even sensible defaults for the Go projects out there. Currently only patches for GCC 5 - previous versions of GCC