notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/gcc34/Makefile
SVNWeb

Number of commits found: 122 (showing only 100 on this page)

1 | 2  »  

Thu, 26 Dec 2013
[ 00:03 bapt search for other commits by this committer ] Original commit   Revision:337468
Fix usage of USES=perl5
Tue, 26 Nov 2013
[ 06:51 gerald search for other commits by this committer ] Original commit   Revision:334920
Change PORTNAME from gcc to gcc34 to match the actual name of this
port and avoid a package name collision with other GCC ports.  This
also allows us to remove LATEST_LINK.
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Sep 2013
[ 06:40 bapt search for other commits by this committer ] Original commit   Revision:327452 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Thu, 12 Sep 2013
[ 10:20 marino search for other commits by this committer ] Original commit   Revision:327052
lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)

Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it.  This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.

Approved by:	gerald
Wed, 4 Sep 2013
[ 20:01 bsam search for other commits by this committer ] Original commit   Revision:326316 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Thu, 3 Jan 2013
[ 05:25 gerald search for other commits by this committer ] Original commit   Revision:309853
Update (and soften) DEPRECATED statement.

Mark BROKEN on FreeBSD 10.0 and later.

Reported by:	erwin
Sun, 6 Nov 2011
[ 10:18 gerald search for other commits by this committer ] Original commit 
Remove support for Objective C.  None of the dependencies left needs it.
[ 10:01 gerald search for other commits by this committer ] Original commit 
Refer to GCC 4.6 as replacement instead of GCC 4.5.
Sat, 27 Aug 2011
[ 23:34 gerald search for other commits by this committer ] Original commit 
Mark DEPRECATED.  This is really only used for three obsolete and
practically unmaintained ports.
Thu, 31 Dec 2009
[ 09:11 gerald search for other commits by this committer ] Original commit 
Remove NO_MANCOMPRESS which is not necessary on relevant versions of
FreeBSD any more.  Sort pkg-plist consistently.
Tue, 29 Dec 2009
[ 10:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
Sun, 29 Mar 2009
[ 21:48 gerald search for other commits by this committer ] Original commit 
Set MAKE_JOBS_SAFE to allow for parallel builds.

PR:             133062
Submitted by:   mm
Fri, 13 Mar 2009
[ 21:36 gerald search for other commits by this committer ] Original commit 
Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.
Sun, 1 Feb 2009
[ 13:17 gerald search for other commits by this committer ] Original commit 
Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.
[ 00:33 gerald search for other commits by this committer ] Original commit 
Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed to
using ?=.
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Tue, 26 Feb 2008
[ 19:28 marius search for other commits by this committer ] Original commit 
Add the local changes of src/contrib/gcc/config/sparc/freebsd.h,
mainly in order to let the preprocessor define things like __sparc64__
which in turn is required by some system headers.

Approved by:    gerald
Wed, 17 Oct 2007
[ 10:13 ade search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Thu, 4 Oct 2007
[ 01:25 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Thu, 15 Feb 2007
[ 12:21 gerald search for other commits by this committer ] Original commit 
Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.  Bump PORTREVISION.
Sun, 28 Jan 2007
[ 00:32 gerald search for other commits by this committer ] Original commit 
Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix.

Reported by:    deischen, rafan
Mon, 18 Sep 2006
[ 16:23 gerald search for other commits by this committer ] Original commit 
Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configure mechanism failed to do so).
Sat, 17 Jun 2006
[ 15:47 gerald search for other commits by this committer ] Original commit 
Make CONFIGURE_ARGS additive, for the sake of child ports and to
bring my lang/gcc* ports more in sync.

Employ the new USE_LDCONFIG feature, which allows us to get rid of
the various, much more manual and error-prone hacks we needed so far.

Reviewed by:    flz (for lang/gcc40)
Sun, 26 Mar 2006
[ 18:08 gerald search for other commits by this committer ] Original commit 
Update to the GCC 3.4.6 release, which concludes the GCC 3.4 release
series.  Move from tracking snapshots to the official release sources,
which requires an EPOCH bump, unfortunately.

Remove the cklatest target which we just do not need any longer.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.

Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.

Do not strip some of the the binaries any longer.

No longer hardcode the version number in LATEST_LINK.
Sat, 25 Mar 2006
[ 18:30 dinoex search for other commits by this committer ] Original commit 
- add RC_D_SH to keep shared libs working after reboot
Approved by:    gerald
Wed, 22 Feb 2006
[ 21:52 gerald search for other commits by this committer ] Original commit 
Update to the 20060221 snapshot of GCC 3.4.6.
Wed, 15 Feb 2006
[ 13:49 gerald search for other commits by this committer ] Original commit 
Update to the 20060214 snapshot of GCC 3.4.6.

Remove USE_REINPLACE= as advised by new portlint.
Sat, 11 Feb 2006
[ 23:23 gerald search for other commits by this committer ] Original commit 
Update to the 20060207 snapshot of GCC 3.4.6.
Thu, 26 Jan 2006
[ 23:03 gerald search for other commits by this committer ] Original commit 
Update to the 20060124 snapshot of GCC 3.4.6.
Wed, 11 Jan 2006
[ 17:06 gerald search for other commits by this committer ] Original commit 
Update to the 20060110 snapshot of GCC 3.4.6.
Thu, 5 Jan 2006
[ 10:53 gerald search for other commits by this committer ] Original commit 
Update to the 20060103 snapshot of GCC 3.4.6.
Thu, 29 Dec 2005
[ 00:02 gerald search for other commits by this committer ] Original commit 
Update to the 20051227 snapshot of GCC 3.4.6.

Remove broken removal of the info/gcc34 directory; this has to be
handled by Mk/bsd.ports.mk.
Wed, 21 Dec 2005
[ 22:38 gerald search for other commits by this committer ] Original commit 
Update to the 20051220 snapshot of GCC 3.4.6.

Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
[ 21:14 gerald search for other commits by this committer ] Original commit 
Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.

Dedicated to:   obrien
Sun, 11 Dec 2005
[ 22:49 gerald search for other commits by this committer ] Original commit 
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.

Change pkg-plist to avoid hardcoding any version number.

PR:             90253
Thu, 8 Dec 2005
[ 17:22 gerald search for other commits by this committer ] Original commit 
Update to the 20051206 snapshot of GCC 3.4.6.
Mon, 28 Nov 2005
[ 17:11 gerald search for other commits by this committer ] Original commit 
Update to the 20051122 snapshot of GCC 3.4.5.
Tue, 15 Nov 2005
[ 23:35 gerald search for other commits by this committer ] Original commit 
Update to the 20051115 snapshot of GCC 3.4.5.
Tue, 8 Nov 2005
[ 23:27 gerald search for other commits by this committer ] Original commit 
Update to the 20051108 snapshot of GCC 3.4.5.
Thu, 22 Sep 2005
[ 08:49 gerald search for other commits by this committer ] Original commit 
Update to the 20050920 snapshot of GCC 3.4.5.
Wed, 14 Sep 2005
[ 08:56 gerald search for other commits by this committer ] Original commit 
Update to the 20050913 snapshot of GCC 3.4.5.

This already contains the patch for static declarations from 2005/09/07.
Sun, 11 Sep 2005
[ 10:15 gerald search for other commits by this committer ] Original commit 
Update to the 20050906 snapshot of GCC 3.4.5.
Thu, 1 Sep 2005
[ 13:46 gerald search for other commits by this committer ] Original commit 
Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.
Wed, 31 Aug 2005
[ 15:18 gerald search for other commits by this committer ] Original commit 
Update to the 20050830 snapshot of GCC 3.4.5.
Mon, 29 Aug 2005
[ 11:20 gerald search for other commits by this committer ] Original commit 
Update to the 20050823 snapshot of GCC 3.4.5.
Wed, 27 Jul 2005
[ 09:34 gerald search for other commits by this committer ] Original commit 
Update to the 20050726 snapshot of GCC 3.4.5.
Thu, 21 Jul 2005
[ 09:02 gerald search for other commits by this committer ] Original commit 
Update to the 20050719 snapshot of GCC 3.4.5.  Should now work on FreeBSD 7.
Tue, 19 Jul 2005
[ 15:07 gerald search for other commits by this committer ] Original commit 
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Thu, 14 Jul 2005
[ 14:03 gerald search for other commits by this committer ] Original commit 
Update to the 20050712 snapshot of GCC 3.4.5.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:    dinoex [1]
Tue, 5 Jul 2005
[ 21:20 gerald search for other commits by this committer ] Original commit 
Update to the 20050628 snapshot of GCC 3.4.5.

Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
[ 20:10 gerald search for other commits by this committer ] Original commit 
Remove support for Java, not the least because libjava only builds on i386,
Java in GCC 4.x is so much better, and this reduces build time and download
bandwidth required for this "legacy" port whose main purpose is to support
package building on FreeBSD 4.x quite a bit.

Submitted by:   obrien
Wed, 8 Jun 2005
[ 17:48 gerald search for other commits by this committer ] Original commit 
Update to the 20050607 snapshot GCC 3.4.5.
Wed, 1 Jun 2005
[ 22:01 gerald search for other commits by this committer ] Original commit 
Update to the 20050531 snapshot of GCC 3.4.5.
Thu, 26 May 2005
[ 00:11 gerald search for other commits by this committer ] Original commit 
Update to the 20050524 snapshot of GCC 3.4.5.
Sun, 22 May 2005
[ 19:11 gerald search for other commits by this committer ] Original commit 
Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
[ 02:02 gerald search for other commits by this committer ] Original commit 
Update to the 20050520 snapshot of 3.4.5.  Simplify the handling of man
pages on old systems with Perl 5.0.
Mon, 16 May 2005
[ 16:18 gerald search for other commits by this committer ] Original commit 
Update to the 20050513 snapshot of GCC 3.4.4.

Clean up MASTER_SITES.  Add conflicts with the gcc40 and gcc41 ports.
Simplify the handling of libraries which are not installed in all
configurations and put the libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
Sun, 8 May 2005
[ 18:21 gerald search for other commits by this committer ] Original commit 
Update to the 20050506 snapshot of GCC 3.4.4.  Fix some portlint warnings
as well as the list of FTP sites to check on the way.
Fri, 6 May 2005
[ 18:39 gerald search for other commits by this committer ] Original commit 
Add -fPIC to CXXFLAGS for static builds on alpha for 4.x.  Should not be
necessary in theory, but is, apparently.

Submitted by:   Idar Tollefsen <idart@performancedesign.no>
Sat, 30 Apr 2005
[ 19:19 gerald search for other commits by this committer ] Original commit 
Update to the 20050429 snapshot of GCC 3.4.4.
Sun, 24 Apr 2005
[ 17:28 gerald search for other commits by this committer ] Original commit 
Update to the 20050422 snapshot of GCC 3.4.4.
Sun, 17 Apr 2005
[ 18:19 gerald search for other commits by this committer ] Original commit 
Update to the 20050415 snapshot of GCC 3.4.4.
Sun, 10 Apr 2005
[ 20:12 gerald search for other commits by this committer ] Original commit 
Update to the 20050408 snapshot of GCC 3.4.4.
Sun, 3 Apr 2005
[ 18:57 gerald search for other commits by this committer ] Original commit 
On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll get
a compiler error.

Submitted by:   Idar Tollefsen <idart@performancedesign.no>
Reviewed by:    kris
Sat, 2 Apr 2005
[ 19:07 gerald search for other commits by this committer ] Original commit 
Update to the 20050401 snapshot of GCC 3.4.4.
Tue, 15 Mar 2005
[ 18:31 gerald search for other commits by this committer ] Original commit 
Update to the 20050311 snapshot of GCC 3.4.4.
Sun, 13 Feb 2005
[ 12:34 gerald search for other commits by this committer ] Original commit 
Update to the 20050211 snapshot of GCC 3.4.4.
Sat, 29 Jan 2005
[ 12:28 gerald search for other commits by this committer ] Original commit 
Update to the 20050128 snapshot of GCC 3.4.4.
Sun, 16 Jan 2005
[ 20:26 gerald search for other commits by this committer ] Original commit 
Update to the 20050114 snapshot of GCC 3.4.4.
Sun, 9 Jan 2005
[ 22:49 gerald search for other commits by this committer ] Original commit 
Update to the 20050107 snapshot of GCC 3.4.4.
Sat, 25 Dec 2004
[ 13:41 gerald search for other commits by this committer ] Original commit 
Update to the 20041224 snapshot of GCC 3.4.4.
Sun, 19 Dec 2004
[ 23:45 gerald search for other commits by this committer ] Original commit 
Update to the 20041217 snapshot of GCC 3.4.4.  On the way, properly remove
the libdata/pkgconfig directory.[1]

Pointed out by: pointyhat/kris[1]
Thu, 16 Dec 2004
[ 10:11 maho search for other commits by this committer ] Original commit 
Back out to original. Maho (myself) committed
at different place.

Pointy hat to:  maho
Submitted by:   pav
[ 09:16 maho search for other commits by this committer ] Original commit 
gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:

o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html

For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280

Many thanks to: Pavel Janik <Pavel at Janik.cz>
Wed, 15 Dec 2004
[ 22:27 gerald search for other commits by this committer ] Original commit 
Update to the 20041210 snapshot of GCC 3.4.4.
Fri, 10 Dec 2004
[ 10:53 gerald search for other commits by this committer ] Original commit 
Add missing quote in post-build target (which is a real bug, but had not
triggered any problem before).

PR:             74901
Submitted by:   Pasi Hirvonen <psh@iki.fi>
Mon, 6 Dec 2004
[ 21:33 gerald search for other commits by this committer ] Original commit 
Update to the 20041203 snapshot of GCC 3.4.4.
Tue, 30 Nov 2004
[ 15:37 gerald search for other commits by this committer ] Original commit 
Update to the 20041126 snapshot of GCC 3.4.4.
Mon, 22 Nov 2004
[ 09:54 gerald search for other commits by this committer ] Original commit 
Update to the 20041119 snapshot of GCC 3.4.4.
Sun, 14 Nov 2004
[ 00:53 gerald search for other commits by this committer ] Original commit 
Update to the 20041112 snapshot, the first of 3.4.4.
Mon, 8 Nov 2004
[ 15:07 gerald search for other commits by this committer ] Original commit 
Update to the 20041105 snapshot.
Fri, 5 Nov 2004
[ 19:53 obrien search for other commits by this committer ] Original commit 
Catch the 'cklatest' target up to changes on the MASTER_SITES.
Sat, 30 Oct 2004
[ 17:07 gerald search for other commits by this committer ] Original commit 
Update to the 20041029 snapshot of GCC 3.4.3.
Thu, 21 Oct 2004
[ 17:18 gerald search for other commits by this committer ] Original commit 
Update to the 20041015 snapshot of GCC 3.4.3.
Fri, 3 Sep 2004
[ 22:24 gerald search for other commits by this committer ] Original commit 
Update to the 20040827 snapshot of GCC 3.4.2.
Thu, 12 Aug 2004
[ 14:17 gerald search for other commits by this committer ] Original commit 
Update to the 20040806 snapshot off GCC 3.4.
Sun, 25 Jul 2004
[ 13:20 gerald search for other commits by this committer ] Original commit 
Update to the 2004-07-23 snapshot of GCC 3.4.2.
Sat, 10 Jul 2004
[ 21:01 gerald search for other commits by this committer ] Original commit 
Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).
Sun, 4 Jul 2004
[ 14:39 gerald search for other commits by this committer ] Original commit 
Update to the 20040702 snapshot.  Optimize that SNAPDATE variable away on
the way and use ${ECHO_MSG} instead of ${ECHO} [1].

Spotted by:     eik [1]
Thu, 17 Jun 2004
[ 21:39 gerald search for other commits by this committer ] Original commit 
Use ${ECHO} instead of echo.
Wed, 16 Jun 2004
[ 18:16 gerald search for other commits by this committer ] Original commit 
Update to the 2004-06-11 snapshot of GCC 3.4.1.
Sun, 6 Jun 2004
[ 03:57 gerald search for other commits by this committer ] Original commit 
Update to the 2004-06-04 snapshot of GCC 3.4.1.
On the way, note that libgcj is not built on amd64.
Sat, 17 Apr 2004
[ 16:40 gerald search for other commits by this committer ] Original commit 
Update to the 2004-04-14 snapshot, which should be nearly identical to the
GCC 3.4.0 release.
Tweak the pre-everything message, plus display a note when libgcj is not built.
Mon, 22 Mar 2004
[ 17:13 obrien search for other commits by this committer ] Original commit 
I give up, gerald wants the cruft back in.

Number of commits found: 122 (showing only 100 on this page)

1 | 2  »