Changeset 1978
- Timestamp:
- 04/16/08 20:36:42 (7 months ago)
- Location:
- features/performance
- Files:
-
- 2 modified
-
aclocal.m4 (modified) (42 diffs)
-
src/tcpreplay_opts.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
features/performance/aclocal.m4
r1970 r1978 22 22 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 23 23 24 # serial 5 1AC_PROG_LIBTOOL24 # serial 52 AC_PROG_LIBTOOL 25 25 26 26 … … 110 110 AC_REQUIRE([AC_EXEEXT])dnl 111 111 dnl 112 113 112 AC_LIBTOOL_SYS_MAX_CMD_LEN 114 113 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE … … 212 211 esac 213 212 213 _LT_REQUIRED_DARWIN_CHECKS 214 214 215 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) 215 216 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], … … 291 292 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 292 293 _lt_linker_boilerplate=`cat conftest.err` 293 $rm conftest*294 $rm -r conftest* 294 295 ])# _LT_LINKER_BOILERPLATE 295 296 297 # _LT_REQUIRED_DARWIN_CHECKS 298 # -------------------------- 299 # Check for some things on darwin 300 AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[ 301 case $host_os in 302 rhapsody* | darwin*) 303 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) 304 AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) 305 306 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], 307 [lt_cv_apple_cc_single_mod=no 308 if test -z "${LT_MULTI_MODULE}"; then 309 # By default we will add the -single_module flag. You can override 310 # by either setting the environment variable LT_MULTI_MODULE 311 # non-empty at configure time, or by adding -multi_module to the 312 # link flags. 313 echo "int foo(void){return 1;}" > conftest.c 314 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 315 -dynamiclib ${wl}-single_module conftest.c 316 if test -f libconftest.dylib; then 317 lt_cv_apple_cc_single_mod=yes 318 rm -rf libconftest.dylib* 319 fi 320 rm conftest.c 321 fi]) 322 AC_CACHE_CHECK([for -exported_symbols_list linker flag], 323 [lt_cv_ld_exported_symbols_list], 324 [lt_cv_ld_exported_symbols_list=no 325 save_LDFLAGS=$LDFLAGS 326 echo "_main" > conftest.sym 327 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 328 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], 329 [lt_cv_ld_exported_symbols_list=yes], 330 [lt_cv_ld_exported_symbols_list=no]) 331 LDFLAGS="$save_LDFLAGS" 332 ]) 333 case $host_os in 334 rhapsody* | darwin1.[[0123]]) 335 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 336 darwin1.*) 337 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 338 darwin*) 339 # if running on 10.5 or later, the deployment target defaults 340 # to the OS version, if on x86, and 10.4, the deployment 341 # target defaults to 10.4. Don't you love it? 342 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 343 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) 344 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 345 10.[[012]]*) 346 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 347 10.*) 348 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 349 esac 350 ;; 351 esac 352 if test "$lt_cv_apple_cc_single_mod" = "yes"; then 353 _lt_dar_single_mod='$single_module' 354 fi 355 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then 356 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 357 else 358 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}" 359 fi 360 if test "$DSYMUTIL" != ":"; then 361 _lt_dsymutil="~$DSYMUTIL \$lib || :" 362 else 363 _lt_dsymutil= 364 fi 365 ;; 366 esac 367 ]) 296 368 297 369 # _LT_AC_SYS_LIBPATH_AIX … … 618 690 case $lt_cv_prog_gnu_ld in 619 691 yes*) LD="${LD-ld} -m elf64_sparc" ;; 620 *) LD="${LD-ld} -64" ;; 692 *) 693 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then 694 LD="${LD-ld} -64" 695 fi 696 ;; 621 697 esac 622 698 ;; … … 711 787 fi 712 788 fi 713 $rm conftest*789 $rm -r conftest* 714 790 LDFLAGS="$save_LDFLAGS" 715 791 ]) … … 982 1058 [lt_cv_dlopen="shl_load"], 983 1059 [AC_CHECK_LIB([dld], [shl_load], 984 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="- dld"],1060 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], 985 1061 [AC_CHECK_FUNC([dlopen], 986 1062 [lt_cv_dlopen="dlopen"], … … 990 1066 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], 991 1067 [AC_CHECK_LIB([dld], [dld_link], 992 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="- dld"])1068 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) 993 1069 ]) 994 1070 ]) … … 1307 1383 ;; 1308 1384 1309 aix 4* | aix5*)1385 aix[[4-9]]*) 1310 1386 version_type=linux 1311 1387 need_lib_prefix=no … … 1827 1903 AC_MSG_RESULT([$dynamic_linker]) 1828 1904 test "$dynamic_linker" = no && can_build_shared=no 1905 1906 AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec], 1907 [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"]) 1908 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 1909 AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec], 1910 [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"]) 1911 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 1829 1912 1830 1913 variables_saved_for_relink="PATH $shlibpath_var $runpath_var" … … 2327 2410 2328 2411 case $host_os in 2329 aix 4* | aix5*)2412 aix[[4-9]]*) 2330 2413 lt_cv_deplibs_check_method=pass_all 2331 2414 ;; … … 2763 2846 ;; 2764 2847 2765 aix 4* | aix5*)2848 aix[[4-9]]*) 2766 2849 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 2767 2850 test "$enable_shared" = yes && enable_static=no … … 2820 2903 _LT_AC_TAGVAR(postdeps, $1)= 2821 2904 _LT_AC_TAGVAR(compiler_lib_search_path, $1)= 2905 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)= 2822 2906 2823 2907 # Source file extension for C++ test sources. … … 2929 3013 _LT_AC_TAGVAR(ld_shlibs, $1)=no 2930 3014 ;; 2931 aix 4* | aix5*)3015 aix[[4-9]]*) 2932 3016 if test "$host_cpu" = ia64; then 2933 3017 # On IA64, the linker does run time linking by default, so we don't … … 2942 3026 # AIX style linking. If -brtl is somewhere in LDFLAGS, we 2943 3027 # need to do runtime linking. 2944 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix 5*)3028 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) 2945 3029 for ld_flag in $LDFLAGS; do 2946 3030 case $ld_flag in … … 3088 3172 ;; 3089 3173 darwin* | rhapsody*) 3090 case $host_os in3091 rhapsody* | darwin1.[[012]])3092 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'3093 ;;3094 *) # Darwin 1.3 on3095 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then3096 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'3097 else3098 case ${MACOSX_DEPLOYMENT_TARGET} in3099 10.[[012]])3100 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'3101 ;;3102 10.*)3103 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'3104 ;;3105 esac3106 fi3107 ;;3108 esac3109 3174 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 3110 3175 _LT_AC_TAGVAR(hardcode_direct, $1)=no … … 3113 3178 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' 3114 3179 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 3115 3116 if test "$GXX" = yes ; then 3117 lt_int_apple_cc_single_mod=no 3180 _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" 3181 if test "$GXX" = yes ; then 3118 3182 output_verbose_link_cmd='echo' 3119 if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then 3120 lt_int_apple_cc_single_mod=yes 3183 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 3184 _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 3185 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 3186 _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 3187 if test "$lt_cv_apple_cc_single_mod" != "yes"; then 3188 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" 3189 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" 3121 3190 fi 3122 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then3123 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'3124 else3125 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'3126 fi3127 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'3128 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds3129 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then3130 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3131 else3132 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3133 fi3134 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3135 3191 else 3136 3192 case $cc_basename in … … 3383 3439 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 3384 3440 ;; 3385 pgCC* )3441 pgCC* | pgcpp*) 3386 3442 # Portland Group C++ compiler 3387 3443 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' … … 3818 3874 # Parse the compiler output and extract the necessary 3819 3875 # objects, libraries and library flags. 3820 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ 3876 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], 3877 [AC_REQUIRE([LT_AC_PROG_SED])dnl 3821 3878 dnl we can't use the lt_simple_compile_test_code here, 3822 3879 dnl because it contains code intended for an executable, … … 3943 4000 $rm -f confest.$objext 3944 4001 4002 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)= 4003 if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then 4004 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` 4005 fi 4006 3945 4007 # PORTME: override above test on systems where it is broken 3946 4008 ifelse([$1],[CXX], … … 3999 4061 esac 4000 4062 ]) 4001 4002 4063 case " $_LT_AC_TAGVAR(postdeps, $1) " in 4003 4064 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; … … 4084 4145 fi 4085 4146 ;; 4086 aix 4* | aix5*)4147 aix[[4-9]]*) 4087 4148 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 4088 4149 test "$enable_shared" = yes && enable_static=no … … 4261 4322 _LT_AC_TAGVAR(postdeps, $1) \ 4262 4323 _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ 4324 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \ 4263 4325 _LT_AC_TAGVAR(archive_cmds, $1) \ 4264 4326 _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ … … 4323 4385 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 4324 4386 # 4325 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 4387 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4326 4388 # Free Software Foundation, Inc. 4327 4389 # … … 4559 4621 # shared library. 4560 4622 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) 4623 4624 # The directories searched by this compiler when creating a shared 4625 # library 4626 compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1) 4561 4627 4562 4628 # The library search path used internally by the compiler when linking … … 4909 4975 cat conftest.$ac_ext >&5 4910 4976 fi 4911 rm - f conftest* conftst*4977 rm -rf conftest* conftst* 4912 4978 4913 4979 # Do not use the global_symbol_pipe unless it works. … … 4966 5032 # Although the cygwin gcc ignores -fPIC, still need this for old-style 4967 5033 # (--disable-auto-import) libraries 4968 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 5034 m4_if([$1], [GCJ], [], 5035 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 4969 5036 ;; 4970 5037 darwin* | rhapsody*) … … 5003 5070 else 5004 5071 case $host_os in 5005 aix 4* | aix5*)5072 aix[[4-9]]*) 5006 5073 # All AIX code is PIC. 5007 5074 if test "$host_cpu" = ia64; then … … 5099 5166 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 5100 5167 ;; 5101 pgCC* )5168 pgCC* | pgcpp*) 5102 5169 # Portland Group C++ compiler. 5103 5170 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' … … 5250 5317 # Although the cygwin gcc ignores -fPIC, still need this for old-style 5251 5318 # (--disable-auto-import) libraries 5252 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 5319 m4_if([$1], [GCJ], [], 5320 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 5253 5321 ;; 5254 5322 … … 5320 5388 # This hack is so that the source file can tell whether it is being 5321 5389 # built for inclusion in a dll (and should export symbols for example). 5322 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 5390 m4_if([$1], [GCJ], [], 5391 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 5323 5392 ;; 5324 5393 … … 5457 5526 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then 5458 5527 AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], 5459 _LT_AC_TAGVAR(lt_ prog_compiler_pic_works, $1),5528 _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1), 5460 5529 [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], 5461 5530 [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in … … 5481 5550 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" 5482 5551 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], 5483 _LT_AC_TAGVAR(lt_ prog_compiler_static_works, $1),5552 _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1), 5484 5553 $lt_tmp_static_flag, 5485 5554 [], … … 5497 5566 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 5498 5567 case $host_os in 5499 aix 4* | aix5*)5568 aix[[4-9]]*) 5500 5569 # If we're using GNU nm, then we don't want the "-C" option. 5501 5570 # -C means demangle to AIX nm, but means don't demangle with GNU nm … … 5516 5585 ;; 5517 5586 esac 5587 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] 5518 5588 ],[ 5519 5589 runpath_var= … … 5546 5616 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 5547 5617 # as well as any symbol that contains `d'. 5548 _LT_AC_TAGVAR(exclude_expsyms, $1)= "_GLOBAL_OFFSET_TABLE_"5618 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] 5549 5619 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 5550 5620 # platforms (ab)use it in PIC code, but their linkers get confused if … … 5552 5622 # rely on this symbol name, it's probably fine to never include it in 5553 5623 # preloaded symbol tables. 5624 # Exclude shared library initialization/finalization symbols. 5625 dnl Note also adjust exclude_expsyms for C++ above. 5554 5626 extract_expsyms_cmds= 5555 5627 # Just being paranoid about ensuring that cc_basename is set. … … 5601 5673 # See if GNU ld supports shared libraries. 5602 5674 case $host_os in 5603 aix 3* | aix4* | aix5*)5675 aix[[3-9]]*) 5604 5676 # On AIX/PPC, the GNU linker is very broken 5605 5677 if test "$host_cpu" != ia64; then … … 5820 5892 ;; 5821 5893 5822 aix 4* | aix5*)5894 aix[[4-9]]*) 5823 5895 if test "$host_cpu" = ia64; then 5824 5896 # On IA64, the linker does run time linking by default, so we don't … … 5840 5912 # AIX style linking. If -brtl is somewhere in LDFLAGS, we 5841 5913 # need to do runtime linking. 5842 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix 5*)5914 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) 5843 5915 for ld_flag in $LDFLAGS; do 5844 5916 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then … … 5973 6045 5974 6046 darwin* | rhapsody*) 5975 case $host_os in 5976 rhapsody* | darwin1.[[012]]) 5977 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' 5978 ;; 5979 *) # Darwin 1.3 on 5980 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 5981 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 5982 else 5983 case ${MACOSX_DEPLOYMENT_TARGET} in 5984 10.[[012]]) 5985 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 5986 ;; 5987 10.*) 5988 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' 5989 ;; 5990 esac 5991 fi 5992 ;; 5993 esac 6047 _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" 5994 6048 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 5995 6049 _LT_AC_TAGVAR(hardcode_direct, $1)=no … … 6000 6054 if test "$GCC" = yes ; then 6001 6055 output_verbose_link_cmd='echo' 6002 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 6003 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 6004 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 6005 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6006 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6056 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 6057 _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 6058 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 6059 _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 6007 6060 else 6008 6061 case $cc_basename in -
features/performance/src/tcpreplay_opts.def
r1977 r1978 137 137 @item gtod 138 138 - Use a gettimeofday() loop 139 @item abstime 140 - Use OS X's AbsoluteTime 139 141 @end enumerate 140 142
