Powerpc-linux now builds the simulator

This commit is contained in:
Michael Meissner 1996-11-01 13:08:43 +00:00
parent 5c839c675a
commit cf1e294cc0
2 changed files with 12 additions and 1 deletions

View File

@ -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
Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)

View File

@ -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.