1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
This is the GNU toolchain source code that can be used to produce the
GNU compilers, assembler, linker, and binary utilities. It was
debianized by Hakan Ardo <hakan@debian.org> on 26 Jul 2001 and
downloaded from:
ftp://ftp.funet.fi/pub/gnu/prep/gcc/gcc-3.0.tar.gz
ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.11.90.0.7.tar.gz
The following patches are also available:
arm-const-double
ARM patch for const_double, courtesy Richard Earnshaw
arm-tune
ARM patch for default tuning and optimized return
chill-names
versioned gcc names
deb-protoize
build protoize/unprotoize by default
fastjar-build
build grepjar as well.
g++-cxa-atexit
enable -fuse-cxa-atexit by default.
g77-names
versioned g77 names
gcc-alpha-complex-float
Fix for complex math on alpha
gcc-manual
add --with-splitted-gcc-manual option
gcc-names
versioned gcc names
gcc-ppc-disable-shared-libgcc
Disables the shared libgcc for PowerPC target
gcj-debian-policy
Comply with the Debian java policy in the java-common package
Stephane Bortzmeyer <bortzmeyer@debian.org>
search gcj.jar in /usr/share/java (doko@cs.tu-berlin.de)
gcj-names
versioned gcc names
gpc-3.0
The gpc patch from the gpc tarball.
gpc-names
versioned gpc names
hppa-build
hppa patches against gcc-3.0
hurd-build
adjust ltcf-cxx.sh for the hurd.
java-manpages
generate and install man pages for java tools
libffi-install
Allows libffi to be installed
libg++-update
2000-03-12 Manfred Hollstein <manfredh@redhat.com>
libobjc
Find header file for Boehm garbage collector.
libstdc++-doxygen
hrefs to local documentation
libstdc++-limits
3.0 bootstrap failure linux-sparc (gen-num-limits)
http://gcc.gnu.org/ml/gcc/2001-06/msg01717.html
m68k-build
A patch needed to bootstrap on the m68k 68060.
objc-data-references
Subject: PATCH: use non-readonly data section for objc references
From: Todd Vierling <tv at wasabisystems dot com>
objc-names
versioned names for ObjC
objc-testsuite
Run objc tests with -lpthread.
reporting
<compiler> --help gives hint to /usr/share/doc/debian/bug-reporting.txt
sonames
Rename all shared libraries names. If the library API's are changed
for the final 3.0 release, we then can use the upstream library names.
sparc64-build
Allows sparc64 to build more simply
subreg-byte
This patch allows for byte size references to subreg. Mainly it
subreg-byte
helps sparc64 work.
Shaun Jackman <sjackman@shaw.ca> has added support for newlib and gdb
which were found at:
ftp://ftp.funet.fi/pub/gnu/prep/gdb/gdb-5.1.1.tar.gz
ftp://sources.redhat.com/pub/newlib/newlib-1.10.0.tar.gz
All the source code is released under the GPL.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'
and `/usr/share/common-licenses/LGPL'.
|