From ac78c4ba99c9b884b68ccb9c3c6f88c923fc70b3 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 23 Jul 2003 21:41:30 +0000 Subject: [PATCH] 2003-07-09 Michael Snyder * configure.in: Add testsuite to extra_subdirs for sh. * configure: Regenerate. --- sim/ChangeLog | 9 +++++++-- sim/configure | 5 ++++- sim/configure.in | 5 ++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index f3bc71d2612..c51cddd93ea 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,10 +1,15 @@ +2003-07-09 Michael Snyder + + * configure.in: Add testsuite to extra_subdirs for sh. + * configure: Regenerate. + 2003-01-23 Nick Clifton * Add sh2e support: - 2002-04-02 Alexandre Oliva +2002-04-02 Alexandre Oliva - * 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 diff --git a/sim/configure b/sim/configure index 7819fc42541..d6382b640c9 100755 --- a/sim/configure +++ b/sim/configure @@ -1450,7 +1450,10 @@ case "${target}" in mn10200*-*-*) sim_target=mn10200 ;; - sh*-*-*) sim_target=sh ;; + sh*-*-*) + sim_target=sh + extra_subdirs="${extra_subdirs} testsuite" + ;; powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) # The PowerPC simulator uses the GCC extension long long as well as diff --git a/sim/configure.in b/sim/configure.in index 4a1b0b54d52..da2f20a1bef 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -89,7 +89,10 @@ case "${target}" in mn10200*-*-*) sim_target=mn10200 ;; - sh*-*-*) sim_target=sh ;; + sh*-*-*) + sim_target=sh + extra_subdirs="${extra_subdirs} testsuite" + ;; powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) # The PowerPC simulator uses the GCC extension long long as well as -- 2.39.5