diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-09 09:16:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-09 09:16:05 +0000 |
commit | 0c24b341d26502e72111a6a14a4f372b25b28a4a (patch) | |
tree | 7762c1e31593dee7e087fc57602f31740b6a5e87 /configure.ac | |
parent | 049c3c6b7250573f990a80115bb12095eaf32331 (diff) | |
download | fsf-binutils-gdb-0c24b341d26502e72111a6a14a4f372b25b28a4a.zip fsf-binutils-gdb-0c24b341d26502e72111a6a14a4f372b25b28a4a.tar.gz fsf-binutils-gdb-0c24b341d26502e72111a6a14a4f372b25b28a4a.tar.bz2 |
Import patch from FSF gcc sources to add support for building windmc tool.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0b4fc33..b469359 100644 --- a/configure.ac +++ b/configure.ac @@ -2439,6 +2439,7 @@ NCN_STRICT_CHECK_TOOLS(NM, nm) NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, :) NCN_STRICT_CHECK_TOOLS(STRIP, strip, :) NCN_STRICT_CHECK_TOOLS(WINDRES, windres) +NCN_STRICT_CHECK_TOOLS(WINDMC, windmc) NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy) NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump) AC_SUBST(CC) @@ -2476,6 +2477,7 @@ ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_FOR_TARGET, objdump) ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib, :) ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip) ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres) +ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc) RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET" @@ -2501,6 +2503,7 @@ GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TARGET, OBJDUMP, [binutils/objdump]) GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib]) GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip]) GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres]) +GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc]) AC_SUBST(FLAGS_FOR_TARGET) AC_SUBST(RAW_CXX_FOR_TARGET) |