toolchain: remove installing twice in the "initial" subdir
authorAndre Heider <a.heider@gmail.com>
Tue, 7 Feb 2023 20:33:33 +0000 (21:33 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Feb 2023 18:44:39 +0000 (19:44 +0100)
commit7ae4716243dda59bcff21ba0ee704322b2db10f4
tree395e9f674feb8f4fa404b7179139d8f7f358b9ab
parent4d384d28e44138c7619c0ab68b95cac21eeafbbf
toolchain: remove installing twice in the "initial" subdir

This was apparently introduced to recreate the toolchain (wipe
staging_dir/toolchain*, but keep build_dir/toolchain*, followed by a
`make toolchain/compile`).

But it leaves leftovers and causes re-links to happen at src_install phase,
because of the changed paths, possibly adding yet another source of issues.

With the prior commits removing various hacks related to the "initial"
folder we can remove installing it twice altogether.

The recreated toolchain is exactly the same as before.

Signed-off-by: Andre Heider <a.heider@gmail.com>
target/sdk/Makefile
toolchain/binutils/Makefile
toolchain/gcc/initial/Makefile