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 | |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea4f385..7c58eb5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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" diff --git a/gcc/configure.ac b/gcc/configure.ac index 65ae072..14690d3 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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" |