diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:10:45 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:10:45 +0000 |
commit | 22019e200dd5ec68c5aeedd86428b2d8663c0f6f (patch) | |
tree | d9bca94b68335517a5d0e2f39aed6c214b2702aa /configure | |
parent | 0906bd787bae30aa7f83cb5137147ffe98bd5ae9 (diff) | |
download | gdb-22019e200dd5ec68c5aeedd86428b2d8663c0f6f.tar.gz |
2007-02-05 Dave Brolley <brolley@redhat.com>
* Contribute the following changes:
2006-11-28 DJ Delorie <dj@redhat.com>
* configure.in: Fix typo for mep's target_makefile_frag.
* configure: Regenerated.
2005-04-22 Richard Sandiford <rsandifo@redhat.com>
* configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
* configure: Regenerate.
2001-09-19 DJ Delorie <dj@redhat.com>
* configure.in (target_makefile_frag): use mt-mep
2001-06-12 Don Howard <dhoward@redhat.com>
* configure.in: Remove gdb from MeP skip list.
2001-04-05 DJ Delorie <dj@redhat.com>
* configure.in (noconfigdirs): Remove gcc from MeP skip list.
2001-03-20 Ben Elliston <bje@redhat.com>
* configure.in (noconfigdirs): Add gcc and gdb for MeP.
2001-03-19 Ben Elliston <bje@redhat.com>
* config.sub (mep, mep-*): Add.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure index 7a56401d7f2..fabe7a0348c 100755 --- a/configure +++ b/configure @@ -3017,6 +3017,9 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in + mep*-*-*) + target_makefile_frag="config/mt-mep" + ;; spu-*-*) target_makefile_frag="config/mt-spu" ;; @@ -3557,6 +3560,12 @@ case "${target}" in ;; esac +case $target in + mep*) + FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary" + ;; +esac + # Makefile fragments. for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag; do |