diff options
author | Alan Modra <amodra@gmail.com> | 2006-12-12 01:38:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-12-12 01:38:04 +0000 |
commit | 790c0838ea431f7cf2d6ee1a1e98375b1df36b82 (patch) | |
tree | ac0f080c5d7307f616722ae6cbd93edc9962e064 /configure | |
parent | 12a5b6f9ee9a429b68f747e7d333b6b8d163d0a3 (diff) | |
download | gdb-790c0838ea431f7cf2d6ee1a1e98375b1df36b82.zip gdb-790c0838ea431f7cf2d6ee1a1e98375b1df36b82.tar.gz gdb-790c0838ea431f7cf2d6ee1a1e98375b1df36b82.tar.bz2 |
sync a change from gcc
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1192,7 +1192,7 @@ case "${target}" in *-*-chorusos) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; - powerpc-*-darwin*) + powerpc-*-darwin* | i[3456789]86-*-darwin*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" noconfigdirs="$noconfigdirs sim target-rda" ;; |