mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Powerpc-linux now builds the simulator
This commit is contained in:
@ -57,7 +57,7 @@ case "${target}" in
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
sh*-*-*) sim_target=sh ;;
|
||||
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* )
|
||||
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
|
||||
# The PowerPC simulator uses the GCC extension long long as well as
|
||||
# ANSI prototypes, so don't enable it for random host compilers
|
||||
# unless asked to.
|
||||
|
Reference in New Issue
Block a user