Skip to content

Commit

Permalink
Merge pull request #745 from mariux64/new-rev-gcc
Browse files Browse the repository at this point in the history
Fix symlink in GCC
  • Loading branch information
pmenzel authored Apr 26, 2018
2 parents 981daf7 + 1723589 commit 1dec75f
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 1dec75f

Please sign in to comment.