mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
gcc: Don't create links in base-libdir
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -95,6 +95,5 @@ do_install () {
|
|||||||
ln -sf gfortran f95 || true
|
ln -sf gfortran f95 || true
|
||||||
ln -sf g++ c++
|
ln -sf g++ c++
|
||||||
ln -sf gcc cc
|
ln -sf gcc cc
|
||||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
|
|
||||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
|
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user