e287e42e02
logic and caching in a more natural way.
8 lines
168 B
Text
8 lines
168 B
Text
# $NetBSD: ld-logic,v 1.3 2002/12/26 17:08:56 jlam Exp $
|
|
|
|
case $arg in
|
|
-Wl,*)
|
|
arg=`$echo "X$arg" | $Xsed -e "s|^-Wl,||g" -e "s|,| |g"`
|
|
addtoprivatecache=yes
|
|
;;
|
|
esac
|