From 4e206d7ef78b0f9b9d60ab804f7cf88f90612172 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Feb 2007 19:10:45 +0000 Subject: 2007-02-05 Dave Brolley * Contribute the following changes: 2006-11-28 DJ Delorie * configure.in: Fix typo for mep's target_makefile_frag. * configure: Regenerated. 2005-04-22 Richard Sandiford * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET. * configure: Regenerate. 2001-09-19 DJ Delorie * configure.in (target_makefile_frag): use mt-mep 2001-06-12 Don Howard * configure.in: Remove gdb from MeP skip list. 2001-04-05 DJ Delorie * configure.in (noconfigdirs): Remove gcc from MeP skip list. 2001-03-20 Ben Elliston * configure.in (noconfigdirs): Add gcc and gdb for MeP. 2001-03-19 Ben Elliston * config.sub (mep, mep-*): Add. --- configure.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8b2071a..d9dd117 100644 --- a/configure.in +++ b/configure.in @@ -1727,6 +1727,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" ;; @@ -2261,6 +2264,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 -- cgit v1.1