diff options
author | Anthony Green <green@moxielogic.com> | 2015-01-14 19:08:12 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2015-01-14 19:10:48 -0500 |
commit | 10b8fe5e0eac145ff075f16872d6cbef7883ec37 (patch) | |
tree | f9f2da6fb1a632dafdf5f61b7889f8301ea8073a /configure.ac | |
parent | c36094316505cf2628812e520b08eb42c0299613 (diff) | |
download | binutils-gdb-10b8fe5e0eac145ff075f16872d6cbef7883ec37.tar.gz |
Don't disable gprof for moxie
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5badc7fae13..315209fcdb0 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" |