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 | 29d6e6f18ecfdc2256119230bbf880ef775445a6 (patch) | |
tree | b60cfc4b5df116109300fc8e8a490125c9f2fa0f /config/mt-mep | |
parent | 4e206d7ef78b0f9b9d60ab804f7cf88f90612172 (diff) | |
download | gdb-29d6e6f18ecfdc2256119230bbf880ef775445a6.zip gdb-29d6e6f18ecfdc2256119230bbf880ef775445a6.tar.gz gdb-29d6e6f18ecfdc2256119230bbf880ef775445a6.tar.bz2 |
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 0000000..849d128 --- /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 + |