Branch: Tag:

2017-08-04

2017-08-04 13:25:38 by William Welliver <william@welliver.org>

smartlink: support Darwin-style rpath

685:    pike_cv_run_path_method=yp_    fi    ;; +  Darwin\ *) +  pike_cv_run_path_method=darwin_rpath +  ;;    *)    pike_cv_run_path_method=ld_library_path    ;;
719:    AC_DEFINE(USE_Wl)    AC_MSG_RESULT([use -Wl,-rpath])    ;; +  darwin_rpath) +  AC_DEFINE(USE_Wl_rpath_darwin) +  AC_MSG_RESULT([use -Wl,-rpath (Darwin-style)]) +  ;;    qoption)    AC_DEFINE(USE_Qoption)    AC_MSG_RESULT([use -Qoption,ld,-rpath])
2108:    # IRIX    DO_IF_OS(IRIX,    [ -  # sopt disabled since it takes too long time on interpret.c (>45min on an ) +  # sopt disabled since it takes too long time on interpret.c (>45min on an O�)    # AC_SYS_COMPILER_FLAG(-sopt,sopt,OPTIMIZE)       # -n32 moved to smartlink so it will affect cc as well as linker