diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-10-01 07:20:38 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2010-10-01 07:20:38 +0000 |
commit | 16045c71e76e48153446fe2d4b59c6c1b482e3ac (patch) | |
tree | 8262a7147ac6a00812b8d771938fcbb349dba9b9 /gcc/configure | |
parent | d7e7073f49833266e6edf06da6ca283a824799a4 (diff) | |
download | gcc-16045c71e76e48153446fe2d4b59c6c1b482e3ac.zip gcc-16045c71e76e48153446fe2d4b59c6c1b482e3ac.tar.gz gcc-16045c71e76e48153446fe2d4b59c6c1b482e3ac.tar.bz2 |
configure.ac: Define the nop insn for avr*-*-*
2010-10-01 Tristan Gingold <gingold@adacore.com>
* configure.ac: Define the nop insn for avr*-*-*
* configure: Regenerate.
From-SVN: r164828
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 80b9362..e2c0a13 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24491,7 +24491,7 @@ esac # version to the per-target configury. case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ - | x86_64*-*-* | hppa*-*-* | arm*-*-* \ + | x86_64*-*-* | hppa*-*-* | arm*-*-* | avr*-*-* \ | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \ | spu-*-* | fido*-*-* | m32c-*-* | microblaze-*-*) insn="nop" |