toolchain/glibc: fixup the libm.so linker script too
authorAndre Heider <a.heider@gmail.com>
Mon, 30 Jan 2023 09:55:53 +0000 (10:55 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Feb 2023 18:44:39 +0000 (19:44 +0100)
commit81fd360a6331ccaaf85440f9d5e1c9ed66e25f6b
tree6c4b7cfa95af4809683b74e56d2e30d4d8bb9f4d
parenteb093c517421465d8636fab5eb4fb890d0858a47
toolchain/glibc: fixup the libm.so linker script too

Add it to the existing list to fix it up.

Found by mold:
toolchain-x86_64_gcc-12.2.0_glibc/lib/libm.so:4: GROUP ( /lib/libm.so.6  AS_NEEDED ( /lib/libmvec.so.1 ) )
                                                         ^ library not found: /lib/libm.so.6

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