koreader / koxtoolchain

Build script for various toolchains used by KOReader
59 stars 22 forks source link

Simplify build script #13

Closed NiLuJe closed 5 years ago

NiLuJe commented 5 years ago

By moving to samples instead of full configs

(Final result is identical, since we're always using the latest GCC version available, and there are no longer going to be any new Linaro GCC releases).

Despite GCC 9.2 being ready in my 1.24-kindle branch, stay away from it for now, because performance results were thoroughly underwhelming... (GCC 8.3 was down, too, but less noticeably so).

NiLuJe commented 5 years ago

I still have to double-check whether I didn't break anything ;p.

And the 1.23 branch is possibly missing a cervantes sample :D.

NiLuJe commented 5 years ago

Okay, this should be good to go now :).

NiLuJe commented 5 years ago

Relevant to @Frenzie's interests, if you were to update the Docker images: the only effective changes should be a binutils update (that's technically been there for a while ;p), and a clearer pkgversion string (that's new).

(Soooo, yeah, don't rush ;p).

Frenzie commented 5 years ago

@NiLuJe I didn't update to the last change or two yet either though, or did I?

NiLuJe commented 5 years ago

@Frenzie : Nope, because that was only the binutils update, basically ;).