aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Chertykov <denisc@gcc.gnu.org>2001-01-26 23:40:32 +0300
committerDenis Chertykov <denisc@gcc.gnu.org>2001-01-26 23:40:32 +0300
commit0604c1567548cabaa597001f214520f80de20250 (patch)
tree99ce9739bff89538a653f4f8b7fc28ac7d0a19ee
parentb63471e9cf09b1fb0e668a280a2d4c06714030c8 (diff)
downloadgcc-0604c1567548cabaa597001f214520f80de20250.zip
gcc-0604c1567548cabaa597001f214520f80de20250.tar.gz
gcc-0604c1567548cabaa597001f214520f80de20250.tar.bz2
* README.AVR : Removed.
From-SVN: r39282
-rw-r--r--gcc/README.AVR26
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc/README.AVR b/gcc/README.AVR
deleted file mode 100644
index 439b0d7..0000000
--- a/gcc/README.AVR
+++ /dev/null
@@ -1,26 +0,0 @@
-This file describes the implementation notes of the GNU C Compiler for
-the ATMEL AVR micro controllers family.
-
-The generated assembly code requires the GNU assembler (GAS). This is
-a part of the binutils package.
-Patches against binutils-2.9.5.0.13 can be obtained from
-http://home.overta.ru/users/denisc. This site also has patches for
-the GNU debugger (GDB).
-
-
-GCC can be configured as a cross compiler for the AVR architectures
-on the same system. Use `configure --target=avr --enable-languages="c"'
-to configure GCC.
-
-
-Further installation notes and other useful information about AVR tools
-can also be obtained from:
-http://home.overta.ru/users/denisc
-http://www.itnet.pl/amelektr/avr/
-
-
-Mailing list, avr-gcc-list@avr.jpk.co.nz, exists to discuss related issues and
-suggestions for further optimizations and improvements.
-
-
-Denis Chertykov <denisc@overta.ru>, 30 Jan 2000 \ No newline at end of file