Skip to content

Fix symlink in GCC #745

Merged
merged 1 commit into from
Apr 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION gcc-7.3.0-0
# BEE_VERSION gcc-7.3.0-1

# Note: The test suite runs address sanitizer tests. In the current mariux64 environment
# this requires
Expand Down Expand Up @@ -45,7 +45,7 @@ mee_install_post() {
ln -sv gcc ${D}${BINDIR}/cc

install -v -dm755 ${D}${LIBDIR}/bfd-plugins
ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/5.3.0/liblto_plugin.so ${D}${LIBDIR}/bfd-plugins/
ln -sfv ../gcc/$(gcc -dumpmachine)/${PKGVERSION}/liblto_plugin.so ${D}${LIBDIR}/bfd-plugins/

mv -v ${D}${LIBDIR}64/* ${D}${LIBDIR}
rmdir -v ${D}${LIBDIR}64
Expand Down