diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-03-23 16:04:30 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-03-23 16:04:30 +0000 |
commit | b42f0d7e1f59e06d9ab830a3a62597900fffc099 (patch) | |
tree | 2b3e2533ea33f7569f122a24e052989f65ff1234 /configure.ac | |
parent | 4be9a9400ba60ef6c19901c76b5039891e49ce5d (diff) | |
download | gcc-b42f0d7e1f59e06d9ab830a3a62597900fffc099.tar.gz |
configure.ac (tic6x-*-*): New case.
* configure.ac (tic6x-*-*): New case.
* configure: Regenerate.
From-SVN: r157675
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a5d75ee71d9..72407f86878 100644 --- a/configure.ac +++ b/configure.ac @@ -940,6 +940,9 @@ case "${target}" in ;; sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*) ;; + tic6x-*-*) + noconfigdirs="$noconfigdirs gdb sim ${libgcj}" + ;; v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}" ;; |