<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.1.10</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.1.10</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.1.10'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-10-03T11:49:38Z</updated>
<entry>
<title>Linux 4.1.10</title>
<updated>2015-10-03T11:49:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-10-03T11:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=27f1b7fed9c305ef46f8708f1bdde9cdb5f166bd'/>
<id>urn:sha1:27f1b7fed9c305ef46f8708f1bdde9cdb5f166bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.9</title>
<updated>2015-09-29T17:26:41Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-09-29T17:26:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cbc890891ddaf0240ad669dd9f0e48c599ff3d63'/>
<id>urn:sha1:cbc890891ddaf0240ad669dd9f0e48c599ff3d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.8</title>
<updated>2015-09-21T17:06:02Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-09-21T17:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=36311a9ec4904c080bbdfcefc0f3d609ed508224'/>
<id>urn:sha1:36311a9ec4904c080bbdfcefc0f3d609ed508224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.7</title>
<updated>2015-09-13T16:12:06Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-09-13T16:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0c5c1f1a4f991ee015da85cce6d2d9f9c9380b4f'/>
<id>urn:sha1:0c5c1f1a4f991ee015da85cce6d2d9f9c9380b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.6</title>
<updated>2015-08-17T03:52:51Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-08-17T03:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4ff62ca06c0c0b084f585f7a2cfcf832b21d94fc'/>
<id>urn:sha1:4ff62ca06c0c0b084f585f7a2cfcf832b21d94fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.5</title>
<updated>2015-08-10T19:22:34Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-08-10T19:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=352cb8677f83a6cf2139151578c8c79785d2d4bf'/>
<id>urn:sha1:352cb8677f83a6cf2139151578c8c79785d2d4bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: Allow arch Makefiles to override {cpp,ld,c}flags</title>
<updated>2015-08-10T19:21:52Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2015-07-01T15:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=32469b1200b97621d0ec24aa0eb675264b95dc7b'/>
<id>urn:sha1:32469b1200b97621d0ec24aa0eb675264b95dc7b</id>
<content type='text'>
commit 61754c18752ffb78145671e94f053fb202fff041 upstream.

Since commit a1c48bb1 (Makefile: Fix unrecognized cross-compiler command
line options), the arch Makefile is included earlier by the main
Makefile, preventing the arc architecture to set its -O3 compiler
option. Since there might be more use cases for an arch Makefile to
fine-tune the options, add support for ARCH_CPPFLAGS, ARCH_AFLAGS and
ARCH_CFLAGS variables that are appended to the respective kbuild
variables. The user still has the final say via the KCPPFLAGS, KAFLAGS
and KCFLAGS variables.

Reported-by: Vineet Gupta &lt;Vineet.Gupta1@synopsys.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

</content>
</entry>
<entry>
<title>Linux 4.1.4</title>
<updated>2015-08-03T16:30:08Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-08-03T16:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=89e419960fb6a260f6a112821507d516117d5aa1'/>
<id>urn:sha1:89e419960fb6a260f6a112821507d516117d5aa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.3</title>
<updated>2015-07-21T17:10:33Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-07-21T17:10:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c8bde72f9af412de57f0ceae218d648640118b0b'/>
<id>urn:sha1:c8bde72f9af412de57f0ceae218d648640118b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.1.2</title>
<updated>2015-07-10T16:50:06Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-07-10T16:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5cf9896dc5c72a6c68c36140568b755f697f7760'/>
<id>urn:sha1:5cf9896dc5c72a6c68c36140568b755f697f7760</id>
<content type='text'>
</content>
</entry>
</feed>
