gcc: or1k: use 20170218 tag instead of branch
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Feb 2018 20:18:21 +0000 (21:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Feb 2018 07:30:38 +0000 (08:30 +0100)
commite478ad1e5da84240f5a8dea01e6be56a9c8dca99
tree748eec372b01ee80751529bf6ed3d6739f4cf247
parente2c03d54bb11a405255e8a2a0bbb22a7ac80d512
gcc: or1k: use 20170218 tag instead of branch

As pointed out by Joel Stanley:
https://patchwork.ozlabs.org/patch/863011/

Github now longer provides the exact same tarball for the or1k musl-5.4.0
tarball, breaking the build.  Even more, musl-5.4.0 is the name of a git
branch, not a tag.

Fix both problems by changing to the or1k-musl-5.4.0-20170218 tag, which
points to the exact same git commit.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 files changed:
package/gcc/Config.in.host
package/gcc/gcc.hash
package/gcc/musl-5.4.0/100-uclibc-conf.patch [deleted file]
package/gcc/musl-5.4.0/301-missing-execinfo_h.patch [deleted file]
package/gcc/musl-5.4.0/850-libstdcxx-uclibc-c99.patch [deleted file]
package/gcc/musl-5.4.0/860-cilk-wchar.patch [deleted file]
package/gcc/musl-5.4.0/930-libgcc-disable-split-stack-nothreads.patch [deleted file]
package/gcc/or1k-musl-5.4.0-20170218/100-uclibc-conf.patch [new file with mode: 0644]
package/gcc/or1k-musl-5.4.0-20170218/301-missing-execinfo_h.patch [new file with mode: 0644]
package/gcc/or1k-musl-5.4.0-20170218/850-libstdcxx-uclibc-c99.patch [new file with mode: 0644]
package/gcc/or1k-musl-5.4.0-20170218/860-cilk-wchar.patch [new file with mode: 0644]
package/gcc/or1k-musl-5.4.0-20170218/930-libgcc-disable-split-stack-nothreads.patch [new file with mode: 0644]