2007-02-05 Dave Brolley <brolley@redhat.com>
authorDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 19:10:45 +0000 (19:10 +0000)
committerDave Brolley <brolley@redhat.com>
Mon, 5 Feb 2007 19:10:45 +0000 (19:10 +0000)
        * 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.

ChangeLog
config.sub
configure
configure.in

index a97e3e863c7b718007437949adf5ba9ecb30631b..02db6cf57f42a372b272027189b664b068d799f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+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.
+
 2007-01-31  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.tpl (LDFLAGS): Substitute it.
index 4b8cc7b41e77812052f481a0fc3dccc1346d1288..b91a4bc4f29298f9a50762827dcb6d73e9a24d05 100755 (executable)
@@ -251,6 +251,7 @@ case $basic_machine in
        | ip2k | iq2000 \
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
        | maxq | mb | microblaze | mcore \
+       | mep \
        | mips | mipsbe | mipseb | mipsel | mipsle \
        | mips16 \
        | mips64 | mips64el \
@@ -333,6 +334,7 @@ case $basic_machine in
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
        | m88110-* | m88k-* | maxq-* | mcore-* \
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
+       | mep-* \
        | mips16-* \
        | mips64-* | mips64el-* \
        | mips64vr-* | mips64vrel-* \
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
index 8b2071a921760301353ab5a70c23824cb9a57932..d9dd11786ce3caeb3a3587639e2cca592d5b7370 100644 (file)
@@ -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
This page took 0.045375 seconds and 4 git commands to generate.