Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 6 | ||
|---|---|---|---|
| Line 88... | Line 88... | ||
| 88 | targ_emul=aarch64elf |
88 | targ_emul=aarch64elf |
| 89 | targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" |
89 | targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" |
| 90 | ;; |
90 | ;; |
| 91 | # Pierre-Marie Baty -- added aarch64 QNX case |
91 | # Pierre-Marie Baty -- added aarch64 QNX case |
| 92 | aarch64-*-nto-qnx*) |
92 | aarch64-*-nto-qnx*) |
| 93 |
|
93 | targ_emul=aarch64nto |
| 94 | targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" |
94 | targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" |
| 95 | ;; |
95 | ;; |
| 96 | aarch64-*-cloudabi*) targ_emul=aarch64cloudabi |
96 | aarch64-*-cloudabi*) targ_emul=aarch64cloudabi |
| 97 | targ_extra_emuls=aarch64cloudabib |
97 | targ_extra_emuls=aarch64cloudabib |
| 98 | ;; |
98 | ;; |
| Line 1035... | Line 1035... | ||
| 1035 | targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64" |
1035 | targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64" |
| 1036 | tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` |
1036 | tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` |
| 1037 | ;; |
1037 | ;; |
| 1038 | # Pierre-Marie Baty -- added x86_64 QNX case |
1038 | # Pierre-Marie Baty -- added x86_64 QNX case |
| 1039 | x86_64-*-nto-qnx*) |
1039 | x86_64-*-nto-qnx*) |
| 1040 |
|
1040 | targ_emul=elf_x86_64nto |
| 1041 | targ_extra_emuls=" |
1041 | targ_extra_emuls="i386nto" |
| 1042 | targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64" |
1042 | targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64" |
| 1043 | tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` |
1043 | tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` |
| 1044 | ;; |
1044 | ;; |
| 1045 | x86_64-*-dragonfly*) targ_emul=elf_x86_64 |
1045 | x86_64-*-dragonfly*) targ_emul=elf_x86_64 |
| 1046 | targ_extra_emuls="elf_i386 elf_iamcu" |
1046 | targ_extra_emuls="elf_i386 elf_iamcu" |