From: Markham Date: Wed, 29 Sep 2021 07:32:49 +0000 (+0200) Subject: fix build crosstool X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=158a7a7c8cadf2d50bdbfb6bfc9010bf6aa569fa;p=bs-cst-neutrino-hd.git fix build crosstool --- diff --git a/make/crosstool-arm.mk b/make/crosstool-arm.mk index 5df2f90..11830c6 100644 --- a/make/crosstool-arm.mk +++ b/make/crosstool-arm.mk @@ -40,7 +40,7 @@ crosstool-ng: $(ARCHIVE)/$(KERNEL_SRC) $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE) ./ct-ng build chmod -R +w $(CROSS_BASE) test -e $(CROSS_BASE)/$(TARGET)/lib || ln -sf sys-root/lib $(CROSS_BASE)/$(TARGET)/ - rm -f $(CROSS_BASE)/$(TARGET)/sys-root/lib/libstdc++.so.6.0.20-gdb.py + rm -f $(CROSS_BASE)/$(TARGET)/sys-root/lib/libstdc++.so.6.*-gdb.py $(REMOVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER) $(REMOVE)/linux-$(KERNEL_VER).tar.gz endif