diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:12:54 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:12:54 +0000 |
commit | 0a463d0e0906c3e1f4797a900cb9a8df19e34fc9 (patch) | |
tree | f14ef4aac8f3838be97da3b0638248b583f3c266 /config/mt-mep | |
parent | 22019e200dd5ec68c5aeedd86428b2d8663c0f6f (diff) | |
download | gdb-0a463d0e0906c3e1f4797a900cb9a8df19e34fc9.tar.gz |
2007-02-05 Dave Brolley <brolley@redhat.com>
* mt-mep: New.
Diffstat (limited to 'config/mt-mep')
-rw-r--r-- | config/mt-mep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mt-mep b/config/mt-mep new file mode 100644 index 00000000000..849d128a3f5 --- /dev/null +++ b/config/mt-mep @@ -0,0 +1,8 @@ + +EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils +EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils + +all-utils : all-libiberty + +install-utils : all-libiberty + |