Searched refs:llvm_cv_oppath (Results 1 – 2 of 2) sorted by relevance
1175 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;1176 no) llvm_cv_oppath=1178 *) llvm_cv_oppath="${withval}/lib/oprofile"1181 if test -n "$llvm_cv_oppath" ; then1182 LIBS="$LIBS -L${llvm_cv_oppath} -Wl,-rpath,${llvm_cv_oppath}"
12396 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;12397 no) llvm_cv_oppath=12400 *) llvm_cv_oppath="${withval}/lib/oprofile"12403 if test -n "$llvm_cv_oppath" ; then12404 LIBS="$LIBS -L${llvm_cv_oppath} -Wl,-rpath,${llvm_cv_oppath}"