--- embedaddon/ipsec-tools/libtool 2013/07/22 12:01:28 1.1.1.1.2.2 +++ embedaddon/ipsec-tools/libtool 2013/07/22 12:28:06 1.1.1.1.2.3 @@ -56,13 +56,13 @@ fast_install=needless # The host system. host_alias= -host=i386-unknown-freebsd10.0 -host_os=freebsd10.0 +host=i386-elwix-freebsd +host_os=freebsd # The build system. -build_alias= -build=i386-unknown-freebsd10.0 -build_os=freebsd10.0 +build_alias=i386-elwix-freebsd +build=i386-elwix-freebsd +build_os=freebsd # A sed program that does not truncate output. SED="/usr/bin/sed" @@ -80,7 +80,7 @@ EGREP="/usr/bin/grep -E" FGREP="/usr/bin/grep -F" # A BSD- or MS-compatible name lister. -NM="/usr/bin/nm -B" +NM="nm" # Whether we need soft or hard links. LN_S="ln -s" @@ -129,7 +129,7 @@ old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$ol old_postuninstall_cmds="" # A C compiler. -LTCC="gcc" +LTCC="cc " # LTCC compiler flags. LTCFLAGS="-g -O2 -Wall -Werror -Wno-unused" @@ -234,7 +234,7 @@ finish_eval="" hardcode_into_libs=yes # 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.9/obj/i386/home/fbsd_work.src/src/tmp/usr/lib" # Run-time system search path for libraries. sys_lib_dlsearch_path_spec="/lib /usr/lib" @@ -254,19 +254,19 @@ striplib="strip --strip-unneeded" # The linker used to build libraries. -LD="/usr/bin/ld" +LD="ld" # Commands used to build an old-style archive. old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib" # A language specific compiler. -CC="gcc" +CC="cc " # Is the compiler the GNU compiler? with_gcc=yes # Compiler flag to turn off builtin functions. -no_builtin_flag=" -fno-builtin" +no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions" # How to pass a linker flag through the compiler. wl="-Wl,"