summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-21 12:25:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-21 12:25:38 (EDT)
commit52cc1a6f25532715089ba192eeae7c3d7d869b5a (patch)
treeff67bc809f3e40bf6ce3347179bb48a26649b507 /build
parentf75a177028fa974947f07c7ccd8c7471f3f54a65 (diff)
build: Put libgcc_s.so link in versioned dir.
Diffstat (limited to 'build')
-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