mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/gcc: install wrapper for GDC
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
41f4c85dd0
commit
22e82f22d1
@ -301,7 +301,7 @@ define HOST_GCC_INSTALL_WRAPPER_AND_SIMPLE_SYMLINKS
|
|||||||
*-ar|*-ranlib|*-nm) \
|
*-ar|*-ranlib|*-nm) \
|
||||||
ln -snf $$i $(ARCH)-linux$${i##$(GNU_TARGET_NAME)}; \
|
ln -snf $$i $(ARCH)-linux$${i##$(GNU_TARGET_NAME)}; \
|
||||||
;; \
|
;; \
|
||||||
*cc|*cc-*|*++|*++-*|*cpp|*-gfortran) \
|
*cc|*cc-*|*++|*++-*|*cpp|*-gfortran|*-gdc) \
|
||||||
rm -f $$i.br_real; \
|
rm -f $$i.br_real; \
|
||||||
mv $$i $$i.br_real; \
|
mv $$i $$i.br_real; \
|
||||||
ln -sf toolchain-wrapper $$i; \
|
ln -sf toolchain-wrapper $$i; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user