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:
parent
d7e7073f49
commit
16045c71e7
3 changed files with 7 additions and 2 deletions
|
@ -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
2
gcc/configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue