Don't disable gprof for moxie
This commit is contained in:
parent
c360943165
commit
10b8fe5e0e
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -3669,7 +3669,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
moxie-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
noconfigdirs="$noconfigdirs"
|
||||
;;
|
||||
h8300*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
|
|
|
@ -993,7 +993,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
moxie-*-*)
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
noconfigdirs="$noconfigdirs"
|
||||
;;
|
||||
h8300*-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
|
|
Loading…
Reference in a new issue