2003-07-09 Michael Snyder <msnyder@redhat.com>

* configure.in: Add testsuite to extra_subdirs for sh.
	* configure: Regenerate.
This commit is contained in:
Michael Snyder 2003-07-23 21:41:30 +00:00
parent b7c7b62431
commit ac78c4ba99
3 changed files with 15 additions and 4 deletions

View file

@ -1,10 +1,15 @@
2003-07-09 Michael Snyder <msnyder@redhat.com>
* configure.in: Add testsuite to extra_subdirs for sh.
* configure: Regenerate.
2003-01-23 Nick Clifton <nickc@redhat.com> 2003-01-23 Nick Clifton <nickc@redhat.com>
* Add sh2e support: * Add sh2e support:
2002-04-02 Alexandre Oliva <aoliva@redhat.com> 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
* sh/gencode.c: Replace sh3e with sh2e except in fsqrt. * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2002-08-24 Geoffrey Keating <geoffk@redhat.com> 2002-08-24 Geoffrey Keating <geoffk@redhat.com>

5
sim/configure vendored
View file

@ -1450,7 +1450,10 @@ case "${target}" in
mn10200*-*-*) mn10200*-*-*)
sim_target=mn10200 sim_target=mn10200
;; ;;
sh*-*-*) sim_target=sh ;; sh*-*-*)
sim_target=sh
extra_subdirs="${extra_subdirs} testsuite"
;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
# The PowerPC simulator uses the GCC extension long long as well as # The PowerPC simulator uses the GCC extension long long as well as

View file

@ -89,7 +89,10 @@ case "${target}" in
mn10200*-*-*) mn10200*-*-*)
sim_target=mn10200 sim_target=mn10200
;; ;;
sh*-*-*) sim_target=sh ;; sh*-*-*)
sim_target=sh
extra_subdirs="${extra_subdirs} testsuite"
;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
# The PowerPC simulator uses the GCC extension long long as well as # The PowerPC simulator uses the GCC extension long long as well as