diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-16 15:39:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-16 15:39:48 +0000 |
commit | 20135e4cea8994900955e560910b2e675881fa95 (patch) | |
tree | f3e60cf7a267184a4d9ffef4f6ab0e54ceb599e9 /configure | |
parent | 335d71d67eab3d9e1cfdefc45af81fa65fbd5c8b (diff) | |
download | gdb-20135e4cea8994900955e560910b2e675881fa95.zip gdb-20135e4cea8994900955e560910b2e675881fa95.tar.gz gdb-20135e4cea8994900955e560910b2e675881fa95.tar.bz2 |
Add new binutils target: moxie
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -2409,6 +2409,10 @@ case "${target}" in frv-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + moxie-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" + noconfigdirs="$noconfigdirs gprof" + ;; h8300*-*-*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; |