diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2005-07-07 01:14:34 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2005-07-07 01:14:34 +0000 |
commit | 4e3fc8e57614310ed0491908705b6854499ee5ca (patch) | |
tree | 8f2763416fd97f1687072ebcfe1877ecc16858e8 /configure.in | |
parent | ceea5ff9c5b17591daa7c5369b5951b8ca3a6c80 (diff) | |
download | gdb-4e3fc8e57614310ed0491908705b6854499ee5ca.zip gdb-4e3fc8e57614310ed0491908705b6854499ee5ca.tar.gz gdb-4e3fc8e57614310ed0491908705b6854499ee5ca.tar.bz2 |
* configure.in: Don't build sim or rda when targetting darwin.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8535589..e7147cd 100644 --- a/configure.in +++ b/configure.in @@ -352,9 +352,11 @@ case "${target}" in ;; powerpc-*-darwin*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" + noconfigdirs="$noconfigdirs sim target-rda" ;; *-*-darwin*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" + noconfigdirs="$noconfigdirs sim target-rda" noconfigdirs="$noconfigdirs ${libgcj}" ;; *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*) |