76a77 > passOnFlags= 165a167,168 > -W Pass flags though the compiler like -Wl,-rpath=... > 222a226,228 > -W*) > passOnFlags="$passOnFlags $1" > ;; 393c399 < cmd="$SH_LD $SH_LDFLAGS -o $octfile $objfiles $ldflags $LINK_DEPS" --- > cmd="$SH_LD $SH_LDFLAGS -o $octfile $objfiles $ldflags $LINK_DEPS $passOnFlags"