diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 17:57:53 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 17:57:53 +0000 |
commit | 0e0657f295459dee86b233be90a4d2e599ec8fcb (patch) | |
tree | 246fa181316d06d36ff02f2a11f815abf91b8ba7 /repo/core | |
parent | 1b1190fe55fe651c0022fac122689709a4a9c805 (diff) |
amendum on previous commit relating cpp
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/gcc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 1940f22..17eae2d 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -54,7 +54,7 @@ package () { chown -v -R root:root \ $PKG_DEST/usr/lib/gcc/*linux-gnu/11.2.0/include{,-fixed} - ln -sv /usr/bin/cpp $PKG_DEST/usr/lib + ln -sv /usr/bin/cpp $PKG_DEST/usr/lib/cpp ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/11.2.0/liblto_plugin.so \ $PKG_DEST/usr/lib/bfd-plugins/ |