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 | |
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')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-mep | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index bf59616..97a8f6c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2007-02-05 Dave Brolley <brolley@redhat.com> + + * mt-mep: New. + 2007-01-14 H.J. Lu <hongjiu.lu@intel.com> * ld-symbolic.m4: New. 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 + |