mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This commit adds the IBM Power10 CPU type. See [1]. This CPU is supported in gcc since v11.1.0 (see upstream commit [2]), and in binutils since v2.35 (the gas -mpower10 option is documented since upstream commit [3]). [1] https://en.wikipedia.org/wiki/Power10 [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5d9d0c94588c8834a33eca6847b0a1401353300b [3] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1424c35d071e7d49a4a219c7dee8c88ffd60ddca Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>