summaryrefslogtreecommitdiff
path: root/repo/core/gcc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r--repo/core/gcc.xibuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild
index 1ac8712..276560c 100644
--- a/repo/core/gcc.xibuild
+++ b/repo/core/gcc.xibuild
@@ -24,3 +24,7 @@ esac
make DESTDIR=$PKG_DEST install
}
+
+package () {
+ ln -sv /usr/bin/gcc $PKG_DEST/lib/cpp
+}