diff options
author | Walter Lee <walt@tilera.com> | 2011-06-13 15:24:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-06-13 15:24:21 +0000 |
commit | db1d217c76a70b4c787630806c087f02fbdeffc8 (patch) | |
tree | dff6bfd1400ae7185b72e09f39dd67b204c6fc6d | |
parent | 6c69a0297aaba3d66ff1726005ba66e7e48d8a50 (diff) | |
download | gcc-db1d217c76a70b4c787630806c087f02fbdeffc8.tar.gz |
* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise.
* configure: Regenerate.
From-SVN: r174990
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 33077a9f1aa..606f1e84906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-06-13 Walter Lee <walt@tilera.com> + + * configure.ac (tilepro-*-*) New case. + (tilegx-*-*): Likewise. + * configure: Regenerate. + 2011-06-06 Jing Yu <jingyu@google.com> * configure.ac: Skip target-libiberty for 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" ;; diff --git a/configure.ac b/configure.ac index 87048b10e25..6ed08dacae1 100644 --- a/configure.ac +++ b/configure.ac @@ -1054,6 +1054,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" ;; |