Skip to content

Commit

Permalink
GCC: new revision
Browse files Browse the repository at this point in the history
fix deadsymlink
/usr/lib/bfd-plugins/liblto_plugin.so -->
../../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so
  • Loading branch information
david committed Apr 26, 2018
1 parent 981daf7 commit 1723589
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 1723589

Please sign in to comment.