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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | gdb/configure.tgt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # config.bfd 1 # config.bfd
2 # Convert a canonical host type into a BFD host type. 2 # Convert a canonical host type into a BFD host type.
3 # Set shell variable targ to canonical target name, and run 3 # Set shell variable targ to canonical target name, and run
4 # using ``. config.bfd''. 4 # using ``. config.bfd''.
5 # Sets the following shell variables: 5 # Sets the following shell variables:
6 # targ_defvec Default vector for this target 6 # targ_defvec Default vector for this target
7 # targ_selvecs Vectors to build for this target 7 # targ_selvecs Vectors to build for this target
8 # targ64_selvecs Vectors to build if --enable-64-bit-bfd is given 8 # targ64_selvecs Vectors to build if --enable-64-bit-bfd is given
9 # or if host is 64 bit. 9 # or if host is 64 bit.
10 # targ_archs Architectures for this target 10 # targ_archs Architectures for this target
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) 599 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
600 targ_defvec=bfd_elf64_x86_64_freebsd_vec 600 targ_defvec=bfd_elf64_x86_64_freebsd_vec
601 targ_selvecs="bfd_elf32_i386_freebsd_vec i386coff_vec i386pei_vec x86_64pei_ vec bfd_elf32_i386_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_l1om_fr eebsd_vec bfd_elf64_k1om_vec bfd_elf64_k1om_freebsd_vec" 601 targ_selvecs="bfd_elf32_i386_freebsd_vec i386coff_vec i386pei_vec x86_64pei_ vec bfd_elf32_i386_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_l1om_fr eebsd_vec bfd_elf64_k1om_vec bfd_elf64_k1om_freebsd_vec"
602 want64=true 602 want64=true
603 ;; 603 ;;
604 x86_64-*-netbsd* | x86_64-*-openbsd*) 604 x86_64-*-netbsd* | x86_64-*-openbsd*)
605 targ_defvec=bfd_elf64_x86_64_vec 605 targ_defvec=bfd_elf64_x86_64_vec
606 targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86 _64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" 606 targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86 _64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
607 want64=true 607 want64=true
608 ;; 608 ;;
609 x86_64-*-linux-*) 609 x86_64-*-linux-* | x86_64-*-nacl*)
610 targ_defvec=bfd_elf64_x86_64_vec 610 targ_defvec=bfd_elf64_x86_64_vec
611 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" 611 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"
612 want64=true 612 want64=true
613 ;; 613 ;;
614 x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep) 614 x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep)
615 targ_defvec=x86_64pe_vec 615 targ_defvec=x86_64pe_vec
616 targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om _vec bfd_elf64_k1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec" 616 targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om _vec bfd_elf64_k1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
617 want64=true 617 want64=true
618 targ_underscore=no 618 targ_underscore=no
619 ;; 619 ;;
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 targ_archs="$targ_archs bfd_l1om_arch" 1625 targ_archs="$targ_archs bfd_l1om_arch"
1626 ;; 1626 ;;
1627 esac 1627 esac
1628 1628
1629 # If we support Intel K1OM target, then add support for bfd_k1om_arch. 1629 # If we support Intel K1OM target, then add support for bfd_k1om_arch.
1630 case "${targ_defvec} ${targ_selvecs}" in 1630 case "${targ_defvec} ${targ_selvecs}" in
1631 *bfd_elf64_k1om_vec*) 1631 *bfd_elf64_k1om_vec*)
1632 targ_archs="$targ_archs bfd_k1om_arch" 1632 targ_archs="$targ_archs bfd_k1om_arch"
1633 ;; 1633 ;;
1634 esac 1634 esac
OLDNEW
« 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