<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/scripts/config.sub, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/'/>
<updated>2024-09-28T20:48:47Z</updated>
<entry>
<title>scripts: config.guess: update to 2024-07-27</title>
<updated>2024-09-28T20:48:47Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-09-27T21:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=45bd222ea14e519274955b1a9bd47d45b9b668c1'/>
<id>urn:sha1:45bd222ea14e519274955b1a9bd47d45b9b668c1</id>
<content type='text'>
This script hasn't seen an update in multiple years, update it to the
latest version provided upstream.

Both `config.guess` and `config.sub` are copied from upstream[1] and not
modified.

The full changelog is available within the upstream repository[1].

[1]: https://git.savannah.gnu.org/git/config.git

Link: https://github.com/openwrt/openwrt/pull/16536
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: config.guess: update to 2021-05-24</title>
<updated>2021-05-29T11:03:07Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-05-27T11:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=ec4852f7313cc377785ce27cac51a71890ab20d6'/>
<id>urn:sha1:ec4852f7313cc377785ce27cac51a71890ab20d6</id>
<content type='text'>
This script hasn't seen an update in multiple years, update it to the
latest version provided upstream. Both `config.guess` and `config.sub`
are copied from upstream[1] and not modified.

The full changelog is available within the upstream repository[1].

[1]: https://git.savannah.gnu.org/git/config.git

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts: update config.guess and config.sub</title>
<updated>2018-11-01T16:16:52Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-11-01T13:05:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=3361a8817e9a6c4ab73d72bd98a3d652b756c12e'/>
<id>urn:sha1:3361a8817e9a6c4ab73d72bd98a3d652b756c12e</id>
<content type='text'>
This updates these two files to commit 2fa97a8a0ed3 ("config.guess
(amd64:CYGWIN*:*:*, x86_64:CYGWIN*:*:*): Set master") which is the
current master of
https://git.savannah.gnu.org/gitweb/?p=config.git;a=summary

This contains updates for multiple architectures and will unbreak the
build on the x32 ABI.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>update config.guess &amp; config.sub</title>
<updated>2015-11-02T18:12:45Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-02T18:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=2fa7541613ebb2a7989766a31b9752b6c2952c6e'/>
<id>urn:sha1:2fa7541613ebb2a7989766a31b9752b6c2952c6e</id>
<content type='text'>
These are from today's master branch of:
http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree

In particular it adds support for ARC architecture plus some more
improvements and fixes.

This patch is built-tested against NetGear WNDR3800.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Florian Fainelli &lt;florian@openwrt.org&gt;
Cc: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47360
</content>
</entry>
<entry>
<title>scripts/config.sub: add back musl support that was accidentally dropped in r43353</title>
<updated>2014-11-28T00:59:57Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-11-28T00:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=5462e85ef1a2cb293dad6cbd8c0024a1a21bfdc0'/>
<id>urn:sha1:5462e85ef1a2cb293dad6cbd8c0024a1a21bfdc0</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43417
</content>
</entry>
<entry>
<title>aarch64: add initial support</title>
<updated>2014-11-24T06:33:13Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2014-11-24T06:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=dd8d7188eea747c9fc7f11f48cd127ea8e7f273e'/>
<id>urn:sha1:dd8d7188eea747c9fc7f11f48cd127ea8e7f273e</id>
<content type='text'>
Add initial support for the AArch64 architecture

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 43353
</content>
</entry>
<entry>
<title>remove support for ubicom32</title>
<updated>2012-11-30T10:53:55Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-11-30T10:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=4801705d83e49f716eedd4014ec273c7617f11f3'/>
<id>urn:sha1:4801705d83e49f716eedd4014ec273c7617f11f3</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 34432
</content>
</entry>
<entry>
<title>add preliminary support for musl</title>
<updated>2012-11-23T20:02:29Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-11-23T20:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=6b63716262b89bec53402817876116898936d5f4'/>
<id>urn:sha1:6b63716262b89bec53402817876116898936d5f4</id>
<content type='text'>
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 34314
</content>
</entry>
<entry>
<title>upgrade the config.* scripts</title>
<updated>2010-07-20T13:21:00Z</updated>
<author>
<name>Imre Kaloz</name>
</author>
<published>2010-07-20T13:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=c1e57d12c8ac7681b664f5e323f2347a78908434'/>
<id>urn:sha1:c1e57d12c8ac7681b664f5e323f2347a78908434</id>
<content type='text'>
SVN-Revision: 22312
</content>
</entry>
<entry>
<title>add a heavily cleaned up version of ubicom32 toolchain support</title>
<updated>2009-08-21T22:31:47Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2009-08-21T22:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4'/>
<id>urn:sha1:aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4</id>
<content type='text'>
SVN-Revision: 17346
</content>
</entry>
</feed>
