Differences between revisions 104 and 106 (spanning 2 versions)
Revision 104 as of 2008-06-03 19:08:54
Size: 1267
Editor: FranklinPiat
Comment: fix links
Revision 106 as of 2008-06-18 01:02:57
Size: 1619
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Since gcc-4.1 is now the default,  * gcc-4.3 is now the default,

= Old glibc vs. gcc-4.3 =

Per http://lists.debian.org/debian-68k/2008/04/msg00033.html

The glibc support for the C99 inline semantics was added in glibc 2.6 and all the non-TLS support was removed. GCC 4.3 and later
use C99 inline semantics in -std=gnu99 mode.
Line 14: Line 21:
 * debian [http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.3 gcc-4.3 bts]
Line 29: Line 37:

This page tracks current issues with ["GCC"] for ["M68k/Porting"]. User support and buildd admins can be found at debian-68k@lists.debian.org.

  • gcc-4.3 is now the default,

Old glibc vs. gcc-4.3

Per http://lists.debian.org/debian-68k/2008/04/msg00033.html

The glibc support for the C99 inline semantics was added in glibc 2.6 and all the non-TLS support was removed. GCC 4.3 and later use C99 inline semantics in -std=gnu99 mode.

m68k usertags

gcc-4.x bugs

upstream

binNMUs

Compiler status

  • We don't have an Ada or D compiler at the moment since both compilers require special bootstrapping which has never been done. Michael Casadevall has been been able to build the Ada cross-compiler, but hasn't successfully bootstrapped the native compiler
  • D will probably require similar work done for it.