This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Don't disable gprof for moxie


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10b8fe5e0eac145ff075f16872d6cbef7883ec37

commit 10b8fe5e0eac145ff075f16872d6cbef7883ec37
Author: Anthony Green <green@moxielogic.com>
Date:   Wed Jan 14 19:08:12 2015 -0500

    Don't disable gprof for moxie

Diff:
---
 ChangeLog    | 5 +++++
 configure    | 2 +-
 configure.ac | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6dcf4ca..f64b6ccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-12  Anthony Green  <green@moxielogic.com>
+
+	* configure.ac: Don't disable gprof for moxie.
+	* configure: Rebuild.
+
 2015-01-03  Andrew Pinski  <apinski@cavium.com>
 
 	* Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
diff --git a/configure b/configure
index 64d287d..2f63789 100755
--- a/configure
+++ b/configure
@@ -3669,7 +3669,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs gdb"
     ;;
   moxie-*-*)
-    noconfigdirs="$noconfigdirs gprof"
+    noconfigdirs="$noconfigdirs"
     ;;
   h8300*-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
diff --git a/configure.ac b/configure.ac
index 5badc7f..315209f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -993,7 +993,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs gdb"
     ;;
   moxie-*-*)
-    noconfigdirs="$noconfigdirs gprof"
+    noconfigdirs="$noconfigdirs"
     ;;
   h8300*-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]