* configure.in: Don't require GCC to build the mn10200

simulator anymore.
        * configure: Rebuilt.
This commit is contained in:
Jeff Law 1997-02-20 06:19:13 +00:00
parent 7e05106dc8
commit 8f06365c2f
3 changed files with 15 additions and 12 deletions

View File

@ -1,3 +1,15 @@
Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
* configure.in: Don't require GCC to build the mn10200
simulator anymore.
* configure: Rebuilt.
Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
* configure.in: Don't configure any subdirs if no simulator
is being built. Don't use erc32 for sparc64.
* configure: Regenerated.
Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
* Makefile.in (autoconf-common): New target.

10
sim/configure vendored
View File

@ -1291,11 +1291,6 @@ case "${target}" in
sim_target=mips
only_if_gcc=yes
;;
mn10200*-*-*)
# The mn10200 simulator can only be compiled by gcc.
sim_target=mn10200
only_if_gcc=yes
;;
mn10300*-*-*)
# The mn10300 simulator can only be compiled by gcc.
sim_target=mn10300
@ -1319,7 +1314,8 @@ case "${target}" in
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
sparc64-*-*)
;; # Don't build erc32 if sparc64.
sim_target=none # Don't build erc32 if sparc64.
;;
sparc*-*-*)
# The SPARC simulator can only be compiled by gcc.
sim_target=erc32
@ -1347,7 +1343,7 @@ yes)
;;
esac
if test x"${sim_target}" != x ; then
if test x"${sim_target}" != xnone ; then
configdirs="common ${sim_target}"
subdirs="$configdirs"

View File

@ -56,11 +56,6 @@ case "${target}" in
sim_target=mips
only_if_gcc=yes
;;
mn10200*-*-*)
# The mn10200 simulator can only be compiled by gcc.
sim_target=mn10200
only_if_gcc=yes
;;
mn10300*-*-*)
# The mn10300 simulator can only be compiled by gcc.
sim_target=mn10300