aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-09 09:16:05 +0000
committerNick Clifton <nickc@redhat.com>2007-07-09 09:16:05 +0000
commit0c24b341d26502e72111a6a14a4f372b25b28a4a (patch)
tree7762c1e31593dee7e087fc57602f31740b6a5e87 /Makefile.def
parent049c3c6b7250573f990a80115bb12095eaf32331 (diff)
downloadfsf-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 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 3d2c6ee..c6d05d5 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -260,6 +260,7 @@ flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
flags_to_pass = { flag= STRIP_FOR_TARGET ; };
flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
+flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
// Miscellaneous
flags_to_pass = { flag= LANGUAGES ; optional=true ; };