toolchain: remove references to $(LIBC)/utils subtarget
authorMichael Pratt <mcpratt@pm.me>
Tue, 21 Feb 2023 19:58:20 +0000 (14:58 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 Feb 2023 12:45:18 +0000 (13:45 +0100)
commitb2d7cdaea9fdbd4a05c90c252ef0abdeaaea4381
treed231f870b886c83e8940a03758ae36d14f0d0fba
parent6a7cde15000832ce0164dc27d85822b2e2dd9fe6
toolchain: remove references to $(LIBC)/utils subtarget

The utils subtarget was used for uClibc and eglibc
which are both obsolete and replaced in Openwrt by mainline
musl and glibc, which do not have a utils Makefile target.

Ref: 5d19a38d8 ("toolchain: sync eglibc headers/build split with uclibc changes")
Fixes: 63fb17520 ("toolchain: remove uClibc-ng")
Suggested-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Michael Pratt <mcpratt@pm.me>
toolchain/Makefile