aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgcc-config3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-config b/gcc-config
index 169f8bc..99489f9 100755
--- a/gcc-config
+++ b/gcc-config
@@ -311,7 +311,8 @@ handle_split_usr() {
eval $(grep -h '^LDPATH=' "${GCC_ENV_D}"/${CHOST}-* | tail -1)
LDPATH=${LDPATH%%:*}
- # If GCC directory is not in separate mountpoint than /lib, then do not bother with copying libraries to /lib.
+ # If GCC directory is not in separate mountpoint than /lib,
+ # then do not bother with copying libraries to /lib.
if is_same_mountpoint "${EROOT}/lib" "${ROOT}/${LDPATH}" ; then
local lib old_libs=0 saved_nullglob=$(shopt -p nullglob)
shopt -s nullglob