version 1.1.1.1.2.1, 2013/07/22 00:57:14
|
version 1.1.1.1.2.3, 2013/07/22 12:28:06
|
Line 80 EGREP="/usr/bin/grep -E"
|
Line 80 EGREP="/usr/bin/grep -E"
|
FGREP="/usr/bin/grep -F" |
FGREP="/usr/bin/grep -F" |
|
|
# A BSD- or MS-compatible name lister. |
# A BSD- or MS-compatible name lister. |
NM="/home/misho/work/elwix/build/1.7/obj/i386/home/fbsd_work.src/src/tmp/usr/bin/nm -B" | NM="nm" |
|
|
# Whether we need soft or hard links. |
# Whether we need soft or hard links. |
LN_S="ln -s" |
LN_S="ln -s" |
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="gcc" | LTCC="cc " |
|
|
# LTCC compiler flags. |
# LTCC compiler flags. |
LTCFLAGS="-g -O2 -Wall -Werror -Wno-unused" |
LTCFLAGS="-g -O2 -Wall -Werror -Wno-unused" |
Line 234 finish_eval=""
|
Line 234 finish_eval=""
|
hardcode_into_libs=yes |
hardcode_into_libs=yes |
|
|
# 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.9/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 254 striplib="strip --strip-unneeded"
|
Line 254 striplib="strip --strip-unneeded"
|
|
|
|
|
# The linker used to build libraries. |
# The linker used to build libraries. |
LD="/usr/bin/ld" | LD="ld" |
|
|
# Commands used to build an old-style archive. |
# Commands used to build an old-style archive. |
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="gcc" | CC="cc " |
|
|
# Is the compiler the GNU compiler? |
# Is the compiler the GNU compiler? |
with_gcc=yes |
with_gcc=yes |
|
|
# 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" |
|
|
# How to pass a linker flag through the compiler. |
# How to pass a linker flag through the compiler. |
wl="-Wl," |
wl="-Wl," |