diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 09:02:28 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 09:02:28 +0000 |
commit | 126d9d0a717c2678836dda5fdd345ff5a64f3bc9 (patch) | |
tree | db9ef95f32eb0ed2317cfec6142d52e5bbd68ace /sim/configure.in | |
parent | a89b96eae44da31bea23d4a98079698125cf69da (diff) | |
download | gdb-126d9d0a717c2678836dda5fdd345ff5a64f3bc9.zip gdb-126d9d0a717c2678836dda5fdd345ff5a64f3bc9.tar.gz gdb-126d9d0a717c2678836dda5fdd345ff5a64f3bc9.tar.bz2 |
* configure.in (configdirs): Add common.
* configure: Regenerated.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/configure.in b/sim/configure.in index 167966b..bb5635c 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -56,7 +56,7 @@ case "${target}" in sim_target=mips only_if_gcc=yes ;; - sh*-*-*) sim_target=sh ;; + sh*-*-*) sim_target=sh ;; 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 @@ -100,7 +100,7 @@ yes) ;; esac -configdirs=${sim_target} +configdirs="common ${sim_target}" AC_CONFIG_SUBDIRS($configdirs) AC_OUTPUT(Makefile) |