Diff for /embedaddon/ipsec-tools/libtool between versions 1.1.1.1 and 1.1.1.1.2.2

version 1.1.1.1, 2012/02/21 22:39:10 version 1.1.1.1.2.2, 2013/07/22 12:01:28
Line 56  fast_install=needless Line 56  fast_install=needless
   
 # The host system.  # The host system.
 host_alias=  host_alias=
host=i386-portbld-freebsd10.0host=i386-unknown-freebsd10.0
 host_os=freebsd10.0  host_os=freebsd10.0
   
 # The build system.  # The build system.
build_alias=i386-portbld-freebsd10.0build_alias=
build=i386-portbld-freebsd10.0build=i386-unknown-freebsd10.0
 build_os=freebsd10.0  build_os=freebsd10.0
   
 # A sed program that does not truncate output.  # A sed program that does not truncate output.
Line 86  NM="/usr/bin/nm -B" Line 86  NM="/usr/bin/nm -B"
 LN_S="ln -s"  LN_S="ln -s"
   
 # What is the maximum length of a command?  # What is the maximum length of a command?
max_cmd_len=262144max_cmd_len=196608
   
 # Object file suffix (normally "o").  # Object file suffix (normally "o").
 objext=o  objext=o
Line 129  old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$ol Line 129  old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$ol
 old_postuninstall_cmds=""  old_postuninstall_cmds=""
   
 # A C compiler.  # A C compiler.
LTCC="cc"LTCC="gcc"
   
 # LTCC compiler flags.  # LTCC compiler flags.
LTCFLAGS="-pipe -g  -Wall -Werror -Wno-unused"LTCFLAGS="-g -O2  -Wall -Werror -Wno-unused"
   
 # Take the output of nm and produce a listing of raw symbols and C names.  # 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'"  global_symbol_pipe="sed -n -e 's/^.*[    ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"
Line 260  LD="/usr/bin/ld" Line 260  LD="/usr/bin/ld"
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"  old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
   
 # A language specific compiler.  # A language specific compiler.
CC="cc"CC="gcc"
   
 # Is the compiler the GNU compiler?  # Is the compiler the GNU compiler?
 with_gcc=yes  with_gcc=yes

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


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