mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +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 g++ c++
|
||||
ln -sf gcc cc
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user