aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDenis Chertykov <denisc@overta.ru>2001-01-13 14:07:43 +0000
committerDenis Chertykov <denisc@gcc.gnu.org>2001-01-13 17:07:43 +0300
commitf14269a00c221b575842571ca665eb4b454da1d5 (patch)
treecda8a8fa17ddf4c7abf59154e6e45c9a716275c9 /gcc
parent757e6639b9513610e16cd9795148668bcb82d944 (diff)
downloadgcc-f14269a00c221b575842571ca665eb4b454da1d5.zip
gcc-f14269a00c221b575842571ca665eb4b454da1d5.tar.gz
gcc-f14269a00c221b575842571ca665eb4b454da1d5.tar.bz2
* README.AVR: URLs corrected.
From-SVN: r38981
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/README.AVR13
2 files changed, 12 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a39915f..8818fc9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jan 13 16:57:40 2001 Denis Chertykov <denisc@overta.ru>
+
+ * README.AVR: URLs corrected.
+
Sat Jan 13 07:30:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* c-decl.c (start_function): Don't warn if old prototype is builtin
diff --git a/gcc/README.AVR b/gcc/README.AVR
index 0971cec..439b0d7 100644
--- a/gcc/README.AVR
+++ b/gcc/README.AVR
@@ -2,21 +2,24 @@ 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
-not currently included as part of the binutils package.
+a part of the binutils package.
Patches against binutils-2.9.5.0.13 can be obtained from
-http://medo.fov.uni-mb.si/mapp/uTools. This site also has patches for
+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' to configure GCC.
+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://medo.fov.uni-mb.si/mapp/uTools.
+can also be obtained from:
+http://home.overta.ru/users/denisc
+http://www.itnet.pl/amelektr/avr/
-Mailing list, avr@fov.uni-mb.si, exists to discuss related issues and
+Mailing list, avr-gcc-list@avr.jpk.co.nz, exists to discuss related issues and
suggestions for further optimizations and improvements.