<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/broadcom-wl/patches/914-eliminate-date-time-error.patch, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>broadcom_wl: eliminate compiler error with gcc-4.9-linaro</title>
<updated>2014-10-24T18:05:51+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-10-24T18:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc822a4370f534ad83de092a2a9ababa94ebee8b'/>
<id>fc822a4370f534ad83de092a2a9ababa94ebee8b</id>
<content type='text'>
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:

&lt;...&gt;/wl_linux.c: In function 'wl_dump_ver':
&lt;...&gt;/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
&lt;...&gt;/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors

Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 43046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:

&lt;...&gt;/wl_linux.c: In function 'wl_dump_ver':
&lt;...&gt;/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
&lt;...&gt;/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors

Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 43046
</pre>
</div>
</content>
</entry>
</feed>
