summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index f217ec1..95c50d1 100755
--- a/build
+++ b/build
@@ -80,7 +80,7 @@ install: build
mv dest/usr/lib/$(OPK_HOST_ARCH)/libgcc_s.so.1 dest/lib/$(OPK_HOST_ARCH)
rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgcc_s.so
ln -sf /lib/$(OPK_HOST_ARCH)/libgcc_s.so.1 \
- dest/usr/lib/$(OPK_HOST_ARCH)/libgcc_s.so
+ dest/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION)/libgcc_s.so
# POSIX.1-2008:
# If the pathname does not begin with a '/' it shall be treated as relative to