toolchain/gcc: remove glibc libgcc_eh hack
authorAndre Heider <a.heider@gmail.com>
Thu, 9 Feb 2023 09:09:08 +0000 (10:09 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Feb 2023 18:44:39 +0000 (19:44 +0100)
commiteb093c517421465d8636fab5eb4fb890d0858a47
tree9d2a67d061f329cc13232457d60bae728bfc0363
parentfb0d0c0f7903d2230d1d8c5072082879b7377818
toolchain/gcc: remove glibc libgcc_eh hack

A modern glibc only links against libgcc_eh for its tests or when building it
static, which doesn't happen here.

Reverts a hunk of: a3edea1b "add support for alternative C libraries..."

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