< prev index next >

make/autoconf/toolchain.m4

Print this page
rev 52912 : 8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
Reviewed-by: ihse, andrew

*** 587,597 **** # $1 = linker to test (LD or BUILD_LD) # $2 = human readable name of linker (Linker or BuildLinker) AC_DEFUN([TOOLCHAIN_EXTRACT_LD_VERSION], [ LINKER=[$]$1 ! LINKER_NAME=$2 if test "x$TOOLCHAIN_TYPE" = xsolstudio; then # cc -Wl,-V output typically looks like # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.2329 --- 587,597 ---- # $1 = linker to test (LD or BUILD_LD) # $2 = human readable name of linker (Linker or BuildLinker) AC_DEFUN([TOOLCHAIN_EXTRACT_LD_VERSION], [ LINKER=[$]$1 ! LINKER_NAME="$2" if test "x$TOOLCHAIN_TYPE" = xsolstudio; then # cc -Wl,-V output typically looks like # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.2329
< prev index next >