<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/tools/configure, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Fix formatting in configure</title>
<updated>2017-05-16T02:16:25+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-05-16T02:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7482b821753ac226806439fecec4f9ff504c0e90'/>
<id>7482b821753ac226806439fecec4f9ff504c0e90</id>
<content type='text'>
Change-Id: Ie877121bb60df6fb1fed4f778cc9aa0f5c426ed8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie877121bb60df6fb1fed4f778cc9aa0f5c426ed8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in configure</title>
<updated>2017-01-16T19:09:56+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-01-11T16:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2c45548f65308a9190c2d4050b763a22d2307d91'/>
<id>2c45548f65308a9190c2d4050b763a22d2307d91</id>
<content type='text'>
Change-Id: I142822983bf1144ab265caf5e9a488c5e423da4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I142822983bf1144ab265caf5e9a488c5e423da4f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix configure for windows simulator builds in cygwin / mingw cross-compiling environments.</title>
<updated>2017-01-15T20:32:25+00:00</updated>
<author>
<name>Matthias Mohr</name>
<email>Rockbox@Mohrenclan.de</email>
</author>
<published>2017-01-15T11:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=955be5b34af2e6cf374162ea8b4d4451b1644952'/>
<id>955be5b34af2e6cf374162ea8b4d4451b1644952</id>
<content type='text'>
Fixes and Changes to configure the Windows simulator builds mostly for cygwin / mingw cross-compiling environments:
  - fix CROSS_COMPILE values including detection for old and newer mingw
environments
  - fix detection of sdl-config by searching inside CROSS_COMPILE
sys-root
  - fix call of sdl-config and use correct (found) version
  - add possibility to build a 64-bit simulator
  - added several -Wno- options to GCCOPTS to prevent annoying compiler
warnings
  - use cross-compiler as HOST_CC if no "native" HOST_CC is available

Change-Id: Ib5dd288c3f9a11be9b66e53e3406eadfa65f7604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes and Changes to configure the Windows simulator builds mostly for cygwin / mingw cross-compiling environments:
  - fix CROSS_COMPILE values including detection for old and newer mingw
environments
  - fix detection of sdl-config by searching inside CROSS_COMPILE
sys-root
  - fix call of sdl-config and use correct (found) version
  - add possibility to build a 64-bit simulator
  - added several -Wno- options to GCCOPTS to prevent annoying compiler
warnings
  - use cross-compiler as HOST_CC if no "native" HOST_CC is available

Change-Id: Ib5dd288c3f9a11be9b66e53e3406eadfa65f7604
</pre>
</div>
</content>
</entry>
<entry>
<title>Print make version in configure output.</title>
<updated>2016-08-21T15:19:26+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2016-08-21T15:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d938411a945174122a4a38d0f3b403155f27555d'/>
<id>d938411a945174122a4a38d0f3b403155f27555d</id>
<content type='text'>
This should make it easier to figure out random build issues.

Change-Id: Ic037ecc94a3c8386043349db1573c3587d7e1fda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier to figure out random build issues.

Change-Id: Ic037ecc94a3c8386043349db1573c3587d7e1fda
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence newer toolchains a bit</title>
<updated>2016-08-12T12:42:31+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2016-08-12T12:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=37cc4336286bd5ba8fd7611e91dd197469a2e9d2'/>
<id>37cc4336286bd5ba8fd7611e91dd197469a2e9d2</id>
<content type='text'>
Newer toolchains (both gcc and libc related) add a lot of warnings.
While these can be useful and correct, cleaning them up woult be a
lot of work and isn't likely to actually happen any time soon.

Change-Id: I8c4e8cd3dc92f9afa4bf003c63ca65e895e3ef00
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newer toolchains (both gcc and libc related) add a lot of warnings.
While these can be useful and correct, cleaning them up woult be a
lot of work and isn't likely to actually happen any time soon.

Change-Id: I8c4e8cd3dc92f9afa4bf003c63ca65e895e3ef00
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken simulator build with weird sdl-config</title>
<updated>2016-06-01T19:11:09+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-05-29T22:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=615c638c7da1be395a13dd107be004b03a9c390d'/>
<id>615c638c7da1be395a13dd107be004b03a9c390d</id>
<content type='text'>
* --static-libs isn't supported on some (possibly newer) SDL installs, falls back to --libs if this is the case

Patch mostly by Amaury Pouly.

Change-Id: I6dd2f4847f2a2d1de7b2d287c0af6651cec461ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* --static-libs isn't supported on some (possibly newer) SDL installs, falls back to --libs if this is the case

Patch mostly by Amaury Pouly.

Change-Id: I6dd2f4847f2a2d1de7b2d287c0af6651cec461ff
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an actually reliable method to determine 32 vs 64 bit</title>
<updated>2016-05-25T11:41:44+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2016-05-25T11:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9327885d141d9cdf8a476640b3e3ce572bd37790'/>
<id>9327885d141d9cdf8a476640b3e3ce572bd37790</id>
<content type='text'>
Change-Id: Idba256ae66e67efa7a03f3817bc588e0b4ccd4ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idba256ae66e67efa7a03f3817bc588e0b4ccd4ba
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: statically link sdl on win32 cross compile</title>
<updated>2016-05-13T22:55:33+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2016-05-13T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=60fb707203c5b0ce2c32776890611846f0c22566'/>
<id>60fb707203c5b0ce2c32776890611846f0c22566</id>
<content type='text'>
Change-Id: If9115da0470e2c301589329af67433f7260d24d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If9115da0470e2c301589329af67433f7260d24d3
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: allow for compiler toolchain override (with warnings)</title>
<updated>2016-02-02T22:54:48+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2016-02-02T22:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=16c915ec1826dcef2e58ecc055a3f5dfcefb235a'/>
<id>16c915ec1826dcef2e58ecc055a3f5dfcefb235a</id>
<content type='text'>
The current configure script unfortunately does not allow one to use another
toolchain than the one hardwire in the script. Although this is good to ensure
working builds, it can be burden when one wants to either test other compilers,
does not want to have to multiple redundant compilers or when the compiler
install script fails for unknown reasons (MIPS I'm looking at you).

The syntax is simple, for example:
/path/to/configure --compiler-prefix arm-none-eabi-
Also 'make reconf' will properly keep the prefix.

Change-Id: I5ee3bc61afa10193586ddd3aef694a8ac08854e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current configure script unfortunately does not allow one to use another
toolchain than the one hardwire in the script. Although this is good to ensure
working builds, it can be burden when one wants to either test other compilers,
does not want to have to multiple redundant compilers or when the compiler
install script fails for unknown reasons (MIPS I'm looking at you).

The syntax is simple, for example:
/path/to/configure --compiler-prefix arm-none-eabi-
Also 'make reconf' will properly keep the prefix.

Change-Id: I5ee3bc61afa10193586ddd3aef694a8ac08854e2
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: harden arch autodetected a bit</title>
<updated>2015-04-19T16:14:23+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>kugel@rockbox.org</email>
</author>
<published>2015-04-19T16:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2e5810217477d9e87ea3c34ab210c588ba38e01e'/>
<id>2e5810217477d9e87ea3c34ab210c588ba38e01e</id>
<content type='text'>
Some arm gcc versions have multiple cpp symbols beginning with
__ARM_ARCH, but want only the one that contains the arch version.

Change-Id: I6792572e29200fc4e62ba07bdd63dc722356c2bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some arm gcc versions have multiple cpp symbols beginning with
__ARM_ARCH, but want only the one that contains the arch version.

Change-Id: I6792572e29200fc4e62ba07bdd63dc722356c2bb
</pre>
</div>
</content>
</entry>
</feed>
