Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 8 | Rev 19 | ||
|---|---|---|---|
| Line 708... | Line 708... | ||
| 708 | # targ_archs Architectures for this target | 708 | # targ_archs Architectures for this target | 
| 709 | # targ_cflags $(CFLAGS) for this target (FIXME: pretty bogus) | 709 | # targ_cflags $(CFLAGS) for this target (FIXME: pretty bogus) | 
| 710 | # targ_underscore Whether underscores are used: yes or no | 710 | # targ_underscore Whether underscores are used: yes or no | 
| 711 | x86_64-*-nto-qnx*) | 711 | x86_64-*-nto-qnx*) | 
| 712 | targ_defvec=x86_64_elf64_vec | 712 | targ_defvec=x86_64_elf64_vec | 
| 713 | targ_selvecs="i386_elf32_vec iamcu_elf32_vec x86_64_elf32_vec" | 713 | targ_selvecs="i386_elf32_vec iamcu_elf32_vec x86_64_elf32_vec i386_pei_vec x86_64_pei_vec" | 
| 714 | targ_cflags=-D__QNXTARGET__ | 714 | targ_cflags=-D__QNXTARGET__ | 
| 715 | want64=true | 715 | want64=true | 
| 716 | ;; | 716 | ;; | 
| 717 | x86_64-*-dragonfly*) | 717 | x86_64-*-dragonfly*) | 
| 718 | targ_defvec=x86_64_elf64_vec | 718 | targ_defvec=x86_64_elf64_vec |