mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Powerpc-linux now builds the simulator
This commit is contained in:
@ -1,3 +1,14 @@
|
|||||||
|
Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@wogglebug.ziplink.net>
|
||||||
|
|
||||||
|
* configure (powerpc*-*-linux*): Treat like the other powerpc
|
||||||
|
system V based targets.
|
||||||
|
|
||||||
|
Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (--enable-sim-powerpc): Delete.
|
||||||
|
(--enable-sim): Add.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
|
Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ case "${target}" in
|
|||||||
only_if_gcc=yes
|
only_if_gcc=yes
|
||||||
;;
|
;;
|
||||||
sh*-*-*) sim_target=sh ;;
|
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
|
# The PowerPC simulator uses the GCC extension long long as well as
|
||||||
# ANSI prototypes, so don't enable it for random host compilers
|
# ANSI prototypes, so don't enable it for random host compilers
|
||||||
# unless asked to.
|
# unless asked to.
|
||||||
|
Reference in New Issue
Block a user