summaryrefslogtreecommitdiff
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
commit67e5c78eb1536c216f9a39f7b364c9b0a3751874 (patch)
tree7763709601f59d76191ccf5d4d26c3fe7fb7a973 /Makefile.def
parent484b1d4f3cd1d324f93384a363f55e6148385646 (diff)
downloadbinutils-redhat-67e5c78eb1536c216f9a39f7b364c9b0a3751874.tar.gz
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 3d2c6eeeb4..c6d05d5633 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 ; };