Re: [OpenWrt-Devel] [PATCH] broadcom_wl: eliminate compiler error with gcc-4.9-linaro

2014-10-24 Thread Felix Fietkau
On 2014-10-18 22:23, Nathan Hintz wrote: > Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x > toolchain produces the following errors: > > <...>/wl_linux.c: In function 'wl_dump_ver': > <...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible > builds [-Werror

[OpenWrt-Devel] [PATCH] broadcom_wl: eliminate compiler error with gcc-4.9-linaro

2014-10-18 Thread Nathan Hintz
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x toolchain produces the following errors: <...>/wl_linux.c: In function 'wl_dump_ver': <...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] __DATE__, __TIME__, EPI_VERSION_STR);