2007-02-05 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / configure
index 7a56401d7f2ee082b55866229a1b034cfbd70224..fabe7a0348cf209bdcfce82569a7a1808cf11c8d 100755 (executable)
--- 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
This page took 0.029808 seconds and 4 git commands to generate.