Diff for /embedaddon/php/libtool between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/05/29 12:34:34 version 1.1.1.1.2.1, 2013/07/22 01:44:13
Line 30 Line 30
 # the same distribution terms that you use for the rest of that program.  # the same distribution terms that you use for the rest of that program.
   
 # A sed program that does not truncate output.  # A sed program that does not truncate output.
SED="sed"SED="/usr/bin/sed"
   
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.  # Sed that helps us avoid accidentally triggering echo(1) options like -n.
Xsed="sed -e 1s/^X//"Xsed="/usr/bin/sed -e 1s/^X//"
   
 # The HP-UX ksh and POSIX shell print the target directory to stdout  # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.  # if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
 # The names of the tagged configurations supported by this script.  # The names of the tagged configurations supported by this script.
available_tags=" CXX"available_tags=""
   
 # ### BEGIN LIBTOOL CONFIG  # ### BEGIN LIBTOOL CONFIG
   
Line 50  available_tags=" CXX" Line 50  available_tags=" CXX"
 SHELL="/bin/sh"  SHELL="/bin/sh"
   
 # Whether or not to build shared libraries.  # Whether or not to build shared libraries.
build_libtool_libs=yesbuild_libtool_libs=no
   
 # Whether or not to build static libraries.  # Whether or not to build static libraries.
build_old_libs=nobuild_old_libs=yes
   
 # Whether or not to add -lc for building shared libraries.  # Whether or not to add -lc for building shared libraries.
build_libtool_need_lc=nobuild_libtool_need_lc=yes
   
 # Whether or not to disallow shared libs when runtime libs are static  # Whether or not to disallow shared libs when runtime libs are static
 allow_libtool_libs_with_static_runtimes=no  allow_libtool_libs_with_static_runtimes=no
Line 65  allow_libtool_libs_with_static_runtimes=no Line 65  allow_libtool_libs_with_static_runtimes=no
 fast_install=needless  fast_install=needless
   
 # The host system.  # The host system.
host_alias=i386-portbld-freebsd10.0host_alias=i386-elwix-freebsd
host=i386-portbld-freebsd10.0host=i386-elwix-freebsd
host_os=freebsd10.0host_os=freebsd
   
 # The build system.  # The build system.
build_alias=i386-portbld-freebsd10.0build_alias=i386-elwix-freebsd
build=i386-portbld-freebsd10.0build=i386-elwix-freebsd
build_os=freebsd10.0build_os=freebsd
   
 # An echo program that does not interpret backslashes.  # An echo program that does not interpret backslashes.
 echo="echo"  echo="echo"
Line 85  AR_FLAGS="cru" Line 85  AR_FLAGS="cru"
 LTCC="cc"  LTCC="cc"
   
 # LTCC compiler flags.  # LTCC compiler flags.
LTCFLAGS="-O2 -pipe -fno-strict-aliasing -fvisibility=hidden"LTCFLAGS="-g -O2"
   
 # A language-specific compiler.  # A language-specific compiler.
 CC="cc"  CC="cc"
Line 97  with_gcc=yes Line 97  with_gcc=yes
 EGREP="/usr/bin/grep -E"  EGREP="/usr/bin/grep -E"
   
 # The linker used to build libraries.  # The linker used to build libraries.
LD="/usr/bin/ld"LD="/home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/usr/bin/ld"
   
 # Whether we need hard or soft links.  # Whether we need hard or soft links.
 LN_S="ln -s"  LN_S="ln -s"
   
 # A BSD-compatible nm program.  # A BSD-compatible nm program.
NM="/usr/bin/nm -B"NM="/home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/usr/bin/nm -B"
   
 # A symbol stripping program  # A symbol stripping program
 STRIP="strip"  STRIP="strip"
Line 147  pic_flag=" -fPIC -DPIC" Line 147  pic_flag=" -fPIC -DPIC"
 pic_mode=no  pic_mode=no
   
 # What is the maximum length of a command?  # What is the maximum length of a command?
max_cmd_len=262144max_cmd_len=196608
   
 # Does compiler simultaneously support -c and -o options?  # Does compiler simultaneously support -c and -o options?
 compiler_c_o="yes"  compiler_c_o="yes"
Line 174  dlopen_self_static=unknown Line 174  dlopen_self_static=unknown
 link_static_flag="-static"  link_static_flag="-static"
   
 # Compiler flag to turn off builtin functions.  # Compiler flag to turn off builtin functions.
no_builtin_flag=" -fno-builtin"no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"
   
 # Compiler flag to allow reflexive dlopens.  # Compiler flag to allow reflexive dlopens.
 export_dynamic_flag_spec="\${wl}--export-dynamic"  export_dynamic_flag_spec="\${wl}--export-dynamic"
Line 326  variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RU Line 326  variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RU
 link_all_deplibs=unknown  link_all_deplibs=unknown
   
 # Compile-time system search path for libraries  # Compile-time system search path for libraries
sys_lib_search_path_spec="/usr/lib"sys_lib_search_path_spec="/home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/usr/lib"
   
 # Run-time system search path for libraries  # Run-time system search path for libraries
 sys_lib_dlsearch_path_spec="/lib /usr/lib"  sys_lib_dlsearch_path_spec="/lib /usr/lib"
Line 7308  disable_libs=static Line 7308  disable_libs=static
 # mode:shell-script  # mode:shell-script
 # sh-indentation:2  # sh-indentation:2
 # End:  # End:
 # ### BEGIN LIBTOOL TAG CONFIG: CXX  
   
 # Libtool was configured on host elwix.aitnet.org:  
   
 # Shell to use when invoking shell scripts.  
 SHELL="/bin/sh"  
   
 # Whether or not to build shared libraries.  
 build_libtool_libs=yes  
   
 # Whether or not to build static libraries.  
 build_old_libs=no  
   
 # Whether or not to add -lc for building shared libraries.  
 build_libtool_need_lc=no  
   
 # Whether or not to disallow shared libs when runtime libs are static  
 allow_libtool_libs_with_static_runtimes=no  
   
 # Whether or not to optimize for fast installation.  
 fast_install=needless  
   
 # The host system.  
 host_alias=i386-portbld-freebsd10.0  
 host=i386-portbld-freebsd10.0  
 host_os=freebsd10.0  
   
 # The build system.  
 build_alias=i386-portbld-freebsd10.0  
 build=i386-portbld-freebsd10.0  
 build_os=freebsd10.0  
   
 # An echo program that does not interpret backslashes.  
 echo="echo"  
   
 # The archiver.  
 AR="ar"  
 AR_FLAGS="cru"  
   
 # A C compiler.  
 LTCC="cc"  
   
 # LTCC compiler flags.  
 LTCFLAGS="-O2 -pipe -fno-strict-aliasing -fvisibility=hidden"  
   
 # A language-specific compiler.  
 CC="c++"  
   
 # Is the compiler the GNU C compiler?  
 with_gcc=no  
   
 # An ERE matcher.  
 EGREP="/usr/bin/grep -E"  
   
 # The linker used to build libraries.  
 LD="/usr/bin/ld"  
   
 # Whether we need hard or soft links.  
 LN_S="ln -s"  
   
 # A BSD-compatible nm program.  
 NM="/usr/bin/nm -B"  
   
 # A symbol stripping program  
 STRIP="strip"  
   
 # Used to examine libraries when file_magic_cmd begins "file"  
 MAGIC_CMD=file  
   
 # Used on cygwin: DLL creation program.  
 DLLTOOL="dlltool"  
   
 # Used on cygwin: object dumper.  
 OBJDUMP="objdump"  
   
 # Used on cygwin: assembler.  
 AS="as"  
   
 # The name of the directory that contains temporary libtool files.  
 objdir=.libs  
   
 # How to create reloadable object files.  
 reload_flag=" -r"  
 reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"  
   
 # How to pass a linker flag through the compiler.  
 wl=""  
   
 # Object file suffix (normally "o").  
 objext="o"  
   
 # Old archive suffix (normally "a").  
 libext="a"  
   
 # Shared library suffix (normally ".so").  
 shrext_cmds='.so'  
   
 # Executable file suffix (normally "").  
 exeext=""  
   
 # Additional compiler flags for building library objects.  
 pic_flag=" -DPIC"  
 pic_mode=no  
   
 # What is the maximum length of a command?  
 max_cmd_len=262144  
   
 # Does compiler simultaneously support -c and -o options?  
 compiler_c_o="yes"  
   
 # Must we lock files when doing compilation?  
 need_locks="no"  
   
 # Do we need the lib prefix for modules?  
 need_lib_prefix=no  
   
 # Do we need a version for libraries?  
 need_version=no  
   
 # Whether dlopen is supported.  
 dlopen_support=unknown  
   
 # Whether dlopen of programs is supported.  
 dlopen_self=unknown  
   
 # Whether dlopen of statically linked programs is supported.  
 dlopen_self_static=unknown  
   
 # Compiler flag to prevent dynamic linking.  
 link_static_flag=""  
   
 # Compiler flag to turn off builtin functions.  
 no_builtin_flag=""  
   
 # Compiler flag to allow reflexive dlopens.  
 export_dynamic_flag_spec=""  
   
 # Compiler flag to generate shared objects directly from archives.  
 whole_archive_flag_spec=""  
   
 # Compiler flag to generate thread-safe objects.  
 thread_safe_flag_spec=""  
   
 # Library versioning type.  
 version_type=freebsd-elf  
   
 # Format of library name prefix.  
 libname_spec="lib\$name"  
   
 # List of archive names.  First name is the real one, the rest are links.  
 # The last name is the one that the linker finds with -lNAME.  
 library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext} \$libname\${shared_ext}"  
   
 # The coded name of the library, if different from the real name.  
 soname_spec=""  
   
 # Commands used to build and install an old-style archive.  
 RANLIB="ranlib"  
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"  
 old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"  
 old_postuninstall_cmds=""  
   
 # Create an old-style archive from a shared archive.  
 old_archive_from_new_cmds=""  
   
 # Create a temporary old-style archive to link instead of a shared archive.  
 old_archive_from_expsyms_cmds=""  
   
 # Commands used to build and install a shared archive.  
 archive_cmds=""  
 archive_expsym_cmds=""  
 postinstall_cmds=""  
 postuninstall_cmds=""  
   
 # Commands used to build a loadable module (assumed same as above if empty)  
 module_cmds=""  
 module_expsym_cmds=""  
   
 # Commands to strip libraries.  
 old_striplib="strip --strip-debug"  
 striplib="strip --strip-unneeded"  
   
 # Dependencies to place before the objects being linked to create a  
 # shared library.  
 predep_objects=""  
   
 # Dependencies to place after the objects being linked to create a  
 # shared library.  
 postdep_objects=""  
   
 # Dependencies to place before the objects being linked to create a  
 # shared library.  
 predeps=""  
   
 # Dependencies to place after the objects being linked to create a  
 # shared library.  
 postdeps=""  
   
 # The directories searched by this compiler when creating a shared  
 # library  
 compiler_lib_search_dirs=""  
   
 # The library search path used internally by the compiler when linking  
 # a shared library.  
 compiler_lib_search_path=""  
   
 # Method to check whether dependent libraries are shared objects.  
 deplibs_check_method="pass_all"  
   
 # Command to use when deplibs_check_method == file_magic.  
 file_magic_cmd="\$MAGIC_CMD"  
   
 # Flag that allows shared libraries with undefined symbols to be built.  
 allow_undefined_flag=""  
   
 # Flag that forces no undefined symbols.  
 no_undefined_flag=""  
   
 # Commands used to finish a libtool library installation in a directory.  
 finish_cmds=""  
   
 # Same as above, but a single script fragment to be evaled but not shown.  
 finish_eval=""  
   
 # Take the output of nm and produce a listing of raw symbols and C names.  
 global_symbol_pipe="sed -n -e 's/^.*[   ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"  
   
 # Transform the output of nm in a proper C declaration  
 global_symbol_to_cdecl="sed -n -e 's/^. .* \\(.*\\)\$/extern int \\1;/p'"  
   
 # Transform the output of nm in a C name address pair  
 global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'"  
   
 # This is the shared library runtime path variable.  
 runpath_var=LD_RUN_PATH  
   
 # This is the shared library path variable.  
 shlibpath_var=LD_LIBRARY_PATH  
   
 # Is shlibpath searched before the hard-coded library search path?  
 shlibpath_overrides_runpath=yes  
   
 # How to hardcode a shared library path into an executable.  
 hardcode_action=unsupported  
   
 # Whether we should hardcode library paths into libraries.  
 hardcode_into_libs=yes  
   
 # Flag to hardcode $libdir into a binary during linking.  
 # This must work even if $libdir does not exist.  
 hardcode_libdir_flag_spec=""  
   
 # If ld is used when linking, flag to hardcode $libdir into  
 # a binary during linking. This must work even if $libdir does  
 # not exist.  
 hardcode_libdir_flag_spec_ld=""  
   
 # Whether we need a single -rpath flag with a separated argument.  
 hardcode_libdir_separator=""  
   
 # Set to yes if using DIR/libNAME during linking hardcodes DIR into the  
 # resulting binary.  
 hardcode_direct=no  
   
 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the  
 # resulting binary.  
 hardcode_minus_L=no  
   
 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into  
 # the resulting binary.  
 hardcode_shlibpath_var=unsupported  
   
 # Set to yes if building a shared library automatically hardcodes DIR into the library  
 # and all subsequent libraries and executables linked against it.  
 hardcode_automatic=no  
   
 # Variables whose values should be saved in libtool wrapper scripts and  
 # restored at relink time.  
 variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH"  
   
 # Whether libtool must link a program against all its dependency libraries.  
 link_all_deplibs=unknown  
   
 # Compile-time system search path for libraries  
 sys_lib_search_path_spec="/usr/lib"  
   
 # Run-time system search path for libraries  
 sys_lib_dlsearch_path_spec="/lib /usr/lib"  
   
 # Fix the shell variable $srcfile for the compiler.  
 fix_srcfile_path=""  
   
 # Set to yes if exported symbols are required.  
 always_export_symbols=no  
   
 # The commands to list exported symbols.  
 export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"  
   
 # The commands to extract the exported symbol list from a shared archive.  
 extract_expsyms_cmds=""  
   
 # Symbols that should not be listed in the preloaded symbols.  
 exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*"  
   
 # Symbols that must always be exported.  
 include_expsyms=""  
   
 # ### END LIBTOOL TAG CONFIG: CXX  
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>