From 2e29a5102613e9fec410175f719924b56eab83e0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 12 Jan 2022 17:38:15 +0000 Subject: added /usr/bin/cc symlink --- repo/core/gcc.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/core') diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 1066cfa..e022593 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -74,4 +74,7 @@ package () { # move a misplaced file mkdir -pv $PKG_DEST/usr/share/gdb/auto-load/usr/lib mv -v $PKG_DEST/usr/lib/*gdb.py $PKG_DEST/usr/share/gdb/auto-load/usr/lib + + # set gcc as the default c compiler + ln -s gcc $PKG_DEST/usr/bin/cc } -- cgit v1.2.1