pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2017-08-04
2017-08-04 13:25:38 by William Welliver <william@welliver.org>
ed245fdceaffd4af04e189341ab3ddc3f48da0ae (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
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
O²
)
+
# 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