Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4410)

Unified Diff: bfd/config.bfd

Issue 10365030: Configure gdb for nacl target (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: Remove i686 case. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gdb/configure.tgt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/config.bfd
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5337ce55b8db1ba744b4755616ff5a54705a6b38..396a24c5909af6498da62a4bd09f7f8036d1e66c 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -606,7 +606,7 @@ case "${targ}" in
targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
want64=true
;;
- x86_64-*-linux-*)
+ x86_64-*-linux-* | x86_64-*-nacl*)
targ_defvec=bfd_elf64_x86_64_vec
targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
want64=true
« no previous file with comments | « no previous file | gdb/configure.tgt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698