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
This commit is contained in:
Tristan Gingold 2010-10-01 07:20:38 +00:00 committed by Tristan Gingold
parent d7e7073f49
commit 16045c71e7
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-10-01 Tristan Gingold <gingold@adacore.com>
* configure.ac: Define the nop insn for avr*-*-*
* configure: Regenerate.
2010-10-01 Alan Modra <amodra@gmail.com>
PR target/45807

2
gcc/configure vendored
View file

@ -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"

View file

@ -3752,7 +3752,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"