| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cross-ppc-libgcc1 | Distribution: Mandrakelinux |
| Version: 3.4.3 | Vendor: Mandrakesoft |
| Release: 6mdk | Build date: Sun Apr 3 16:05:51 2005 |
| Group: System/Libraries | Build host: orion.nanardon |
| Size: 0 | Source RPM: cross-ppc-gcc-3.4.3-6mdk.src.rpm |
| Packager: Olivier Thauvin <nanardon@mandrake.org> | |
| Url: http://gcc.gnu.org/ | |
| Summary: GNU C library | |
The cross-ppc-libgcc1 package contains GCC shared libraries for gcc 3.4
GPL
internal MD5: 80f4f10d3524bcd50fcb4ecb7bbe4c3e
GPG
* Tue Mar 08 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-6mdk
- fix javac wrapper script for automake1.9 testsuite (Christiaan)
- fix minimal cross compilers, in particular x86_64 -> { ppc, ppc64 }
- don't crash when command line contains a nonexistent file (CVS, #14315)
* Fri Feb 25 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-5mdk
- fix libgcj pkgconfig files to look for gcj includes at the right place
- avoid installing gcc into /usr/lib64 so that existing ways to generate
libtool scripts can cope with 32-bit development on 64-bit platforms (!)
* Thu Feb 10 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-4mdk
- unset TEXINPUTS when building PDF docs (G. Rousse)
- backport further -fvisibility-inlines-hidden fixes on x86_64 from gcc4
* Thu Jan 13 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-3mdk
- fix internal build of ada for the testsuite
- disable 64-bit code generation if running under a 32-bit personality
* Wed Dec 29 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-2mdk
- 3.4-branch (2004/12/28)
- C++ visibility patches, -fvisibility*, #pragma GCC visibility (3.4-rhl-branch)
* Tue Nov 16 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-1mdk
- 3.4.3 release
* Fri Sep 17 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-4mdk
- workaround build of ada on 64-bit arches
* Tue Jul 27 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-3mdk
- temporarily disable libffi/java on sparc, sparc64 (Per Oyvind Karlsen)
- selected fixes from 3_4-branch (2004/07/21):
* don't record usage of globally qualified names (fix PR c++/16637)
* fix diagnostics with cv-qualified template template parms (PR c++/16175)
* fix inline nested functions (PR middle-end/15345, c/16450)
* enable SSE prefetches with -mtune, only if compiling for i686 or higher
* Tue Jul 13 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-2mdk
- fix minimal cross-compiler builds for: m68k, ppc, ppc64
- fix sparc64 __frame_state_for(), used by asm trampoline (Per Øyvind Karlsen)
- selected fixes from 3_4-branch (2004/07/12):
* fix C++ enums handling in build_range_check (aka OOo miscompilation)
* fix SPARC PRs target/16494, target/16430, target/16199
* Fri Jul 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-1mdk
- 3.4.1 release
* Fri Jun 11 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.3mdk
- rebuild against new rpm
* Tue Jun 08 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.2mdk
- 3.4.1 CVS (2004/06/08)
- fix ada build, start fixing pascal
- bash-completion for gnatmake (Guillaume Rousse)
* Wed Jun 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.1mdk
- 3.4.1 CVS (2004/06/01)
- fix pascal & ada frontend later
- fix javac wrapper to not self move files to the same directory
* Thu Apr 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-1mdk
- 3.4.0 release
* Tue Mar 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.4mdk
- 3.4.0 CVS (2004/03/02)
* Fri Feb 20 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.3mdk
- Enable Java front-end
- 3.4.0 CVS (2004/02/20)
* Thu Feb 12 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.2mdk
- Include a set of precompiled headers built with $RPM_OPT_FLAGS
* Tue Feb 10 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.1mdk
- 3.4.0 CVS (2004/02/10)
* Tue Mar 08 2005 Gwenole Beauchesne3.4.3-6mdk - fix javac wrapper script for automake1.9 testsuite (Christiaan) - fix minimal cross compilers, in particular x86_64 -> { ppc, ppc64 } - don't crash when command line contains a nonexistent file (CVS, #14315) * Fri Feb 25 2005 Gwenole Beauchesne 3.4.3-5mdk - fix libgcj pkgconfig files to look for gcj includes at the right place - avoid installing gcc into /usr/lib64 so that existing ways to generate libtool scripts can cope with 32-bit development on 64-bit platforms (!) * Thu Feb 10 2005 Gwenole Beauchesne 3.4.3-4mdk - unset TEXINPUTS when building PDF docs (G. Rousse) - backport further -fvisibility-inlines-hidden fixes on x86_64 from gcc4 * Thu Jan 13 2005 Gwenole Beauchesne 3.4.3-3mdk - fix internal build of ada for the testsuite - disable 64-bit code generation if running under a 32-bit personality * Wed Dec 29 2004 Gwenole Beauchesne 3.4.3-2mdk - 3.4-branch (2004/12/28) - C++ visibility patches, -fvisibility*, #pragma GCC visibility (3.4-rhl-branch) * Tue Nov 16 2004 Gwenole Beauchesne 3.4.3-1mdk - 3.4.3 release * Fri Sep 17 2004 Gwenole Beauchesne 3.4.1-4mdk - workaround build of ada on 64-bit arches * Tue Jul 27 2004 Gwenole Beauchesne 3.4.1-3mdk - temporarily disable libffi/java on sparc, sparc64 (Per Oyvind Karlsen) - selected fixes from 3_4-branch (2004/07/21): * don't record usage of globally qualified names (fix PR c++/16637) * fix diagnostics with cv-qualified template template parms (PR c++/16175) * fix inline nested functions (PR middle-end/15345, c/16450) * enable SSE prefetches with -mtune, only if compiling for i686 or higher * Tue Jul 13 2004 Gwenole Beauchesne 3.4.1-2mdk - fix minimal cross-compiler builds for: m68k, ppc, ppc64 - fix sparc64 __frame_state_for(), used by asm trampoline (Per Øyvind Karlsen) - selected fixes from 3_4-branch (2004/07/12): * fix C++ enums handling in build_range_check (aka OOo miscompilation) * fix SPARC PRs target/16494, target/16430, target/16199 * Fri Jul 02 2004 Gwenole Beauchesne 3.4.1-1mdk - 3.4.1 release * Fri Jun 11 2004 Gwenole Beauchesne 3.4.1-0.3mdk - rebuild against new rpm * Tue Jun 08 2004 Gwenole Beauchesne 3.4.1-0.2mdk - 3.4.1 CVS (2004/06/08) - fix ada build, start fixing pascal - bash-completion for gnatmake (Guillaume Rousse) * Wed Jun 02 2004 Gwenole Beauchesne 3.4.1-0.1mdk - 3.4.1 CVS (2004/06/01) - fix pascal & ada frontend later - fix javac wrapper to not self move files to the same directory * Thu Apr 22 2004 Gwenole Beauchesne 3.4.0-1mdk - 3.4.0 release * Tue Mar 02 2004 Gwenole Beauchesne 3.4.0-0.4mdk - 3.4.0 CVS (2004/03/02) * Fri Feb 20 2004 Gwenole Beauchesne 3.4.0-0.3mdk - Enable Java front-end - 3.4.0 CVS (2004/02/20) * Thu Feb 12 2004 Gwenole Beauchesne 3.4.0-0.2mdk - Include a set of precompiled headers built with $RPM_OPT_FLAGS * Tue Feb 10 2004 Gwenole Beauchesne 3.4.0-0.1mdk - 3.4.0 CVS (2004/02/10)
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 30 05:10:09 2008