diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-13 15:24:21 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-13 15:24:21 +0000 |
commit | e5fa74b2912a6452ca0b25148e14dc36891ec0aa (patch) | |
tree | dff6bfd1400ae7185b72e09f39dd67b204c6fc6d /configure | |
parent | 7791b0eb56c3c324004e6fffe2d5f21241c038f7 (diff) | |
download | gcc-e5fa74b2912a6452ca0b25148e14dc36891ec0aa.tar.gz |
* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 518b263ba07..d933ccff080 100755 --- a/configure +++ b/configure @@ -3608,6 +3608,9 @@ case "${target}" in tic6x-*-*) noconfigdirs="$noconfigdirs gdb sim" ;; + tilepro-*-* | tilegx-*-*) + noconfigdirs="$noconfigdirs sim" + ;; v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss" ;; |