Powerpc-linux now builds the simulator
This commit is contained in:
parent
5c839c675a
commit
cf1e294cc0
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user