summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-23 16:04:30 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-23 16:04:30 +0000
commitfa0a53e3b555ab482e5be85ed366735aaf5b5c65 (patch)
tree2b3e2533ea33f7569f122a24e052989f65ff1234 /configure
parentc8bee5e9792cc3406bb0ea0af4b1188b2f001638 (diff)
downloadgcc-fa0a53e3b555ab482e5be85ed366735aaf5b5c65.tar.gz
* configure.ac (tic6x-*-*): New case.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 508d958960b..c2c406e7334 100755
--- a/configure
+++ b/configure
@@ -3703,6 +3703,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}"
;;