Compare commits
3 commits
binutils-d
...
binutils-2
Author | SHA1 | Date | |
---|---|---|---|
fdaf1719cb | |||
e1ab90a228 | |||
b91a6b66d0 |
4 changed files with 14 additions and 2 deletions
|
@ -512,6 +512,10 @@ case "${targ}" in
|
||||||
targ_underscore=yes
|
targ_underscore=yes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*-fcx-*)
|
||||||
|
targ_defvec=powerpc_elf32_vec
|
||||||
|
;;
|
||||||
|
|
||||||
fido-*-elf* )
|
fido-*-elf* )
|
||||||
targ_defvec=m68k_elf32_vec
|
targ_defvec=m68k_elf32_vec
|
||||||
;;
|
;;
|
||||||
|
|
8
config.sub
vendored
8
config.sub
vendored
|
@ -133,6 +133,10 @@ case $1 in
|
||||||
echo "Invalid configuration '$1': more than four components" >&2
|
echo "Invalid configuration '$1': more than four components" >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
powerpc64-fcx-xenonpe)
|
||||||
|
basic_machine=i686-pc
|
||||||
|
basic_os=mingw32
|
||||||
|
;;
|
||||||
*-*-*-*)
|
*-*-*-*)
|
||||||
basic_machine=$field1-$field2
|
basic_machine=$field1-$field2
|
||||||
basic_os=$field3-$field4
|
basic_os=$field3-$field4
|
||||||
|
@ -922,7 +926,7 @@ case $basic_machine in
|
||||||
cpu=hppa1.1
|
cpu=hppa1.1
|
||||||
vendor=winbond
|
vendor=winbond
|
||||||
basic_os=proelf
|
basic_os=proelf
|
||||||
;;
|
;;
|
||||||
none)
|
none)
|
||||||
cpu=none
|
cpu=none
|
||||||
vendor=none
|
vendor=none
|
||||||
|
@ -1768,7 +1772,7 @@ case $os in
|
||||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||||
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
||||||
| fiwix* | mlibc* | cos* | mbr* | ironclad* )
|
| fiwix* | mlibc* | cos* | mbr* | ironclad* | xenon* )
|
||||||
;;
|
;;
|
||||||
# This one is extra strict with allowed versions
|
# This one is extra strict with allowed versions
|
||||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||||
|
|
|
@ -196,6 +196,8 @@ case ${generic_target} in
|
||||||
bpf-*-*) fmt=elf ;;
|
bpf-*-*) fmt=elf ;;
|
||||||
epiphany-*-*) fmt=elf ;;
|
epiphany-*-*) fmt=elf ;;
|
||||||
|
|
||||||
|
*-fcx-*) fmt=elf ;;
|
||||||
|
|
||||||
fr30-*-*) fmt=elf ;;
|
fr30-*-*) fmt=elf ;;
|
||||||
frv-*-*linux*) fmt=elf em=linux;;
|
frv-*-*linux*) fmt=elf em=linux;;
|
||||||
frv-*-*) fmt=elf ;;
|
frv-*-*) fmt=elf ;;
|
||||||
|
|
|
@ -316,6 +316,8 @@ dlx-*-elf*) targ_emul=elf32_dlx
|
||||||
epiphany-*-*) targ_emul=elf32epiphany
|
epiphany-*-*) targ_emul=elf32epiphany
|
||||||
targ_extra_emuls="elf32epiphany_4x4"
|
targ_extra_emuls="elf32epiphany_4x4"
|
||||||
;;
|
;;
|
||||||
|
*-fcx-*) targ_emul=elf32ppc
|
||||||
|
;;
|
||||||
fido*-*-elf*) targ_emul=m68kelf
|
fido*-*-elf*) targ_emul=m68kelf
|
||||||
;;
|
;;
|
||||||
fr30-*-*) targ_emul=elf32fr30
|
fr30-*-*) targ_emul=elf32fr30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue