Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.4_10 27 Apr 2019 00:15:31 |
rene |
Remove expired port:
2019-04-26 lang/gcc49: Unsupported by upstream. Use GCC 7 or newer instead. |
4.9.4_10 26 Feb 2019 08:07:44 |
rene |
lang/gcc49: fix EXPIRATION_DATE |
4.9.4_10 26 Feb 2019 06:55:35 |
gerald |
After five months of deprecation, mark this port for expiration in two
months (end of April 2019).
GCC 4.9 went end-of-life upstream in summer of 2016, so more than
two-and-a-half years ago, nothing depends on it any longer (and has
not for a while), and the default version of GCC in the ports tree
is now GCC 8, four major releases later.
While here stll create a proper USES block in the Makefile. [1]
Reported by: portlint [1] |
4.9.4_9 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.9.4_8 29 Sep 2018 22:26:36 |
gerald |
Recommend the use of GCC 7 or later over this port, since that is now
the default version of GCC for the Ports Collection. |
4.9.4_8 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
4.9.4_8 22 Jul 2018 09:57:26 |
gerald |
Simplify the setting of CFLAGS where /g is not necessary when substituting
a Makefile variable (since this takes place for every word in the variable,
not just once). |
4.9.4_8 14 May 2018 19:15:36 |
tijl |
Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of
"ldconfig -m <path>" so the order of ldconfig search directories after
package installation is the same as after a reboot. The original command
simply appends the path to the list of directories while the ldconfig rc.d
script uses "sort -u".
Bump lang/gcc* which are known to install libraries with exactly the same
name so the library loaded at runtime depends on the order of the search
directories.
PR: 228046
Approved by: portmgr (antoine) |
4.9.4_7 13 May 2018 20:05:29 |
gerald |
Simplify MASTER_SITES in all GCC-ports related to end-of-lifed releases
(gcc47, gcc48, gcc49, and gcc5), taking advantage of the default for GCC
releases provided by MASTER_SITES_ABBREVS.
Reported by: portlint |
4.9.4_7 19 Apr 2018 07:08:45 |
ale |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
4.9.4_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.9.4_5 09 Jan 2018 22:08:45 |
dim |
Fix builds of lang/gcc{48,49,5} with clang 6.0.0
Since clang++ 6.0.0 now defaults to -std=gnu++14 (similar to g++ 6 and
higher), building gcc48, gcc49 or gcc5 produce quite a number of
"invalid suffix on literal; C++11 requires a space between literal and
identifier" errors. This is because in many places, double quotes are
directly followed by printf helper macros like HOST_WIDE_INT_PRINT.
In gcc 6 and later, spaces were added between the double quotes and the
macros, to fix this issue, but for earlier versions, use a combination
of find, grep and sed to add them mechanically throughout the respective
source trees.
In addition, gcc5 needs a regular patch to fix an incorrect call to
error(), which should have been error_at(). (This was a mismerge by
upstream.)
Approved by: gerald (maintainer)
PR: 224927
MFH: 2018Q1 |
4.9.4_5 23 Nov 2017 21:12:23 |
gerald |
Backport the change to ensure what we install is stripped (i.e., debug
info is removed) from lang/gcc7 to lang/gcc47, lang/gcc48 and lang/gcc49.
(For more background see revisions 454177 and 454422.)
Reported by: Ports QA Framework, miwi, sobomax
Discussed with: tijl, miwi
Differential Revision: https://reviews.freebsd.org/D10357 |
4.9.4_5 19 Nov 2017 22:44:45 |
gerald |
Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
instead of GCC 5 or later in the deprecation messages for lang/gcc46
to lang/gcc49. |
4.9.4_5 04 Oct 2017 20:36:14 |
gerald |
Add deprecation notes for lang/gcc47, lang/gcc48, and lang/gcc49,
but no expiration date at this point (since at least the latter two
still have users in the ports tree and sparc64 relies on the latter).
PR: 222373
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
4.9.4_4 17 Sep 2017 21:03:03 |
gerald |
Backport a number of changes from lang/gcc5:
- Move ONLY_FOR_ARCHS into the right position of the Makefile.
- Omit a comment describing GCC_VERSION and SUFFIX.
- Do not quote constant strings compared with ${ARCH}. [1]
- Last, but not least the only functional change (and an important one):
Remove headers being created by GCC's fixincludes machinery from
the installation / packaging to avoid breakage when FreeBSD's headers
are changing afterwards. [2]
PR: 221905 [1], 222233 [2]
Submitted by: linimon [1] |
4.9.4_3 19 Jul 2017 22:41:57 |
gerald |
Remove workarounds for PR 219274 that bapt@ had put in place in 2014
from the end-of-life lang/gcc4* ports.
PR: 219274 |
4.9.4_3 18 Jun 2017 01:05:50 |
gerald |
When we set STAGE1_CXXFLAGS / CXXFLAGS in MAKE_FLAGS for arm platforms,
do so incrementally (with += instead of =). |
4.9.4_3 14 Jun 2017 21:31:11 |
gerald |
Adjust WWW reference in pkg-descr to https and avoid a trailing slash
for all lang/gcc4* ports. |
4.9.4_3 05 May 2017 22:15:36 |
gerald |
Remove files/patch-unwind-ia64.h; this has become obsolete since
ONLY_FOR_ARCHS has not been including ia64 for a while. |
4.9.4_3 01 May 2017 08:15:32 |
gerald |
Remove Java support (both in terms of the JAVA option and everything
associated with it as well as java from CATEGORIES).
In addition to changes to Makefile, pkg-plist, and pkg-descr, this also
removes files/java-patch-hier.
GCC 4.9 was first released in summer 2014 and went end-of-life upstream
a year ago, but GCC 5 is very well established by now and also provides
support for Java (GCJ/libgcj), and so does GCC 6, and this simplifies
this port significantly and also speeds up the build.
While we are here, streamline the setting of INFO. |
4.9.4_2 14 Apr 2017 20:50:33 |
miwi |
- Fix shebang
Approved by: gerald (maintainer via mail) |
4.9.4_1 01 Apr 2017 15:03:21 |
gerald |
Update lang/gcc and hence the default version of GCC in the Ports
Collection (requested by USE_GCC=yes and various USES=compiler
invocations) from GCC 4.9.4 to GCC 5.4.
files/patch-arm-support and files/patch-gcc_system.h have become
obsolete. New patches files/patch-arm-unwind-cxx-support and
files/patch-libc++ help support arm targets and new libc++ in base.
ONLY_FOR_ARCHS now also includes arm.
A new option GRAPHITE_DESC, off by default for now, adds support for
Graphite loop optimizations.
Finally, conflicts with other lang/gcc* ports are adjusted suitably.
(Only the first 15 lines of the commit message are shown above ) |
4.9.4_1 03 Feb 2017 15:18:48 |
gerald |
No longer define CPE_VERSION for ports tracking releases of GCC since
there the default of PORTREVISION is just fine. |
4.9.4_1 03 Feb 2017 15:05:38 |
gerald |
Remove extraneous definition of DISTVERSION (which in general we
only need for ports tracking weekly GCC snapshots) and simplify
the definition of GCC_VERSION.
Remove traces of armv6hf which no longer exists as an arch. [1]
Reported by: andreast [1] |
4.9.4_1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.9.4_1 11 Dec 2016 16:20:21 |
gerald |
Copy over files/patch-x86-64-fix-m16 from lang/gcc since both ports are
about the same version of GCC (except lang/gcc will move on to GCC 5). |
4.9.4 20 Nov 2016 20:34:39 |
gerald |
Move the conflict with lang/gcc from lang/gcc48 to lang/gcc49 now that
we have updated lang/gcc to the GCC 4.9 series. (The direction from
lang/gcc49 to the respective port already has been addressed.)
PR: 196712 |
4.9.4 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.9.4 23 Sep 2016 16:07:53 |
gerald |
Disable building Java on powerpc64 (option JAVA) by default. It is
causing build failures of the kind
/usr/local/bin/ld: classpath/tools/.libs/libgcj_tools_la-tools.o:
unknown relocation type 1383330 for `*UND*'
and generally not that important nor widely used.
Reported by: swills
Discussed with: andreast |
4.9.4 09 Sep 2016 18:48:24 |
dim |
Fix build of lang/gcc49 with libc++ 3.9.0
While testing the clang390-import branch, I ran into the following
errors building lang/gcc49:
In file included from
/wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33:
In file included from /usr/include/c++/v1/new:70:
/usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in
namespace 'std::__1'; did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~~~~~
/usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
^
/wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note:
'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; (Only the first 15 lines of the commit message are shown above ) |
4.9.4 11 Aug 2016 09:40:58 |
gerald |
GCC uses an AWK script to generate source code that helps process
command-line options. According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order. Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.
Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug.
PR: 211742
Submitted by: jkim |
4.9.4 03 Aug 2016 12:51:26 |
gerald |
Update to the GCC 4.9.4 release which marks the closure of the GCC 4.9
branch and release series. There should not be any further releases (nor
even snapshots) of GCC 4.9 going forward.
Adjust the download location etc accordingly. |
4.9.4.s20160713 16 Jul 2016 14:21:46 |
gerald |
Update to the 20160713 snapshot of GCC 4.9.4. |
4.9.4.s20160608 09 Jun 2016 21:12:08 |
gerald |
Update to the 20160608 snapshot of GCC 4.9.4. |
4.9.4.s20160601 04 Jun 2016 08:30:30 |
gerald |
Update to the 20160601 snapshot of GCC 4.9.4. |
4.9.4.s20160427 03 Jun 2016 21:24:42 |
andreast |
Skip armv6hf support and move it into armv6.
Discussed with: gerald@ |
4.9.4.s20160427 30 Apr 2016 21:45:32 |
gerald |
Update to the 20160427 snapshot of GCC 4.9.4.
Update MULTILIB_DESC which now matches newer gcc* ports.
Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC. For all other architectures
it already defaults to the value we were setting. |
4.9.4.s20160406 13 Apr 2016 10:40:58 |
jbeich |
lang/gcc*: convert to CONFIGURE_OUTSOURCE
PR: 208294, 208309
Exp-run by: antoine
Approved by: gerald (maintainer)
Differential Revision: https://reviews.freebsd.org/D4157 |
4.9.4.s20160406 12 Apr 2016 14:49:33 |
gerald |
Update to the 20160406 snapshot of GCC 4.9.4, nearing release. |
4.9.4.s20160210 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
4.9.4.s20160210 16 Feb 2016 13:37:58 |
gerald |
Update to the 20160210 snapshot of GCC 4.9.4.
Things brings a package of backports/fixes from current mainstream. |
4.9.4.s20160203 05 Feb 2016 00:16:42 |
gerald |
Update to the 20160203 snapshot of GCC 4.9.4. |
4.9.4.s20160113 16 Jan 2016 12:15:33 |
gerald |
Update to the 20160113 snapshot of GCC 4.9.4. |
4.9.4.s20151230 04 Jan 2016 06:41:29 |
gerald |
Update to the 20151230 snapshot of GCC 4.9.4. |
4.9.4.s20151202 05 Dec 2015 02:13:29 |
gerald |
Fix whitespace around powerpc64 options. |
4.9.4.s20151202 04 Dec 2015 20:46:58 |
andreast |
Add Java build option for PowerPC64.
Approved by: gerald (maintainer) |
4.9.4.s20151202 03 Dec 2015 00:28:41 |
gerald |
Update to the 20151202 snapshot of GCC 4.9.4.
Pet overeager portlint. |
4.9.4.s20151125_1 27 Nov 2015 23:30:32 |
gerald |
Update to the 20151125 snapshot of GCC 4.9.4. |
4.9.4.s20151111_1 22 Nov 2015 21:06:54 |
jmmv |
Add a MULTILIB option to gcc{,48,49,5} for powerpc64
This change is the same as r400632, which updated gcc[56]-devel, but now
for gcc{,48,49,5}. This change is the second attempt at doing this: the
first attempt went in r401072 and was reverted in r401074 because the diff
was bogus and enabled the new MULTILIB option under all platforms instead
of just powerpc64.
This fixes the build of gcc{,48,49,5} under powerpc64 when the system
is built without the lib32 libraries.
More in detail:
If the system is built with lib32 support (WITH_LIB32, which is the default),
building gcc from ports results in a compiler that can target both 64-bit and (Only the first 15 lines of the commit message are shown above ) |
4.9.4.s20151111 12 Nov 2015 11:50:16 |
gerald |
Update to the 20151111 snapshot of GCC 4.9.4.
Thanks to andreast@ the patch for PIE support is now upstream,
so drop files/patch-pie-support. |
4.9.4.s20151028 08 Nov 2015 20:31:51 |
jmmv |
Revert r401072.
I'm not sure what happened exactly but I think I committed the change from
the wrong client. The applied change enabled the MULTILIB option for all
architectures and not only powerpc64. Let's just revert the commit and do
it properly from scratch; other things might be wrong so I wanna take a
closer look, and it's best to just revert quickly. |
4.9.4.s20151028_1 08 Nov 2015 20:10:00 |
jmmv |
Add a MULTILIB option to gcc{,48,49,5} for powerpc64
This change is the same as r400632, which updated gcc[56]-devel, but now
for gcc{,48,49,5}. Waited a week to ensure the change caused nothing to go
horribly wrong but this change is very low risk because it only affects
powerpc64.
This fixes the build of gcc{,48,49,5} under powerpc64 when the system
is built without the lib32 libraries.
More in detail:
If the system is built with lib32 support (WITH_LIB32, which is the default),
building gcc from ports results in a compiler that can target both 64-bit and
32-bit binaries on powerpc64. However, when lib32 support is disabled
(WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise
the build fails.
To fix this, explicitly disable 32-bit support when /usr/lib32 is not present
and add a MULTILIB option (which is only defined for powerpc64 when 32-bit
support is possible and defaults to yes to preserve the current behavior) to
allow the user to explicitly control this feature.
Approved by: gerald (maintainer), bdrewery (mentor), andreast
Differential Revision: https://reviews.freebsd.org/D3952 |
4.9.4.s20151028 31 Oct 2015 21:35:27 |
gerald |
Update to the 20151028 snapshot of GCC 4.9.4. |
4.9.4.s20151007 10 Oct 2015 14:26:51 |
gerald |
Update to the 20151007 snapshot of GCC 4.9.4. |
4.9.4.s20150916 01 Oct 2015 06:25:00 |
gerald |
Update to the 20150916 snapshot of GCC 4.9.4. |
4.9.4.s20150819 26 Sep 2015 11:03:19 |
antoine |
Remove deprecated @exec/@unexec from ports using ccache-update-links |
4.9.4.s20150819 23 Aug 2015 19:37:40 |
gerald |
Update to the 20150819 snapshot of GCC 4.9.4. |
4.9.4.s20150805 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
4.9.4.s20150805 08 Aug 2015 20:46:23 |
gerald |
Update to the 20150805 snapshot of GCC 4.9.4. |
4.9.4.s20150729 03 Aug 2015 03:13:51 |
gerald |
Update to the 20150729 snapshot of GCC 4.9.4. |
4.9.4.s20150722 27 Jul 2015 12:45:29 |
gerald |
Update to the 20150722 snapshot of GCC 4.9.4. |
4.9.4.s20150715 17 Jul 2015 22:31:47 |
gerald |
Update to the 20150715 snapshot of GCC 4.9.4. |
4.9.4.s20150708 12 Jul 2015 22:48:42 |
gerald |
Update to the 20150708 snapshot of GCC 4.9.4. |
4.9.4.s20150701 05 Jul 2015 21:47:17 |
gerald |
Update to the 20150701 snapshot of GCC 4.9.4 (a little past the
GCC 4.9.3 release). |
4.9.3.s20150624 26 Jun 2015 09:00:58 |
gerald |
Update to the 20150624 snapshot of GCC 4.9.3.
files/patch-pr63740-arm is no longer necessary, this has been
addressed upstream now (thanks to andreast@). |
4.9.3.s20150617 19 Jun 2015 23:50:22 |
gerald |
Update to the 20150617 snapshot of GCC 4.9.3. |
4.9.3.s20150610 12 Jun 2015 16:46:02 |
gerald |
Update to the 20150610 snapshot of GCC 4.9.3. |
4.9.3.s20150603 10 Jun 2015 08:19:21 |
gerald |
Update to the 20150603 snapshot of GCC 4.9.3. |
4.9.3.s20150520_1 09 Jun 2015 19:59:56 |
andreast |
Backport PIE support for FreeBSD from GCC trunk.
Approved by: gerald |
4.9.3.s20150520 23 May 2015 09:59:23 |
gerald |
Update to the 20150520 snapshot of GCC 4.9.3. |
4.9.3.s20150513 19 May 2015 05:28:26 |
gerald |
Update to the 20150513 snapshot of GCC 4.9.3. |
4.9.3.s20150506 11 May 2015 05:37:11 |
gerald |
Update to the 20150506 snapshot of GCC 4.9.3. |
4.9.3.s20150429 01 May 2015 21:18:29 |
gerald |
Update to the 20150429 snapshot of GCC 4.9.3. |
4.9.3.s20150422 28 Apr 2015 23:38:14 |
gerald |
Update to the 20150422 snapshot of GCC 4.9.3.
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]
Suggested by: mat [1] |
4.9.3.s20150415 18 Apr 2015 23:22:48 |
gerald |
Update to the 20150415 snapshot of GCC 4.9.3. |
4.9.3.s20150408 14 Apr 2015 15:03:54 |
bdrewery |
The armv6 support added in r376350 requires USES=compiler. It works fine
on 10 and head since bsd.own.mk includes bsd.compiler.mk. This is not the case
on older releases though. |
4.9.3.s20150408 10 Apr 2015 20:09:28 |
gerald |
Update to the 20150408 snapshot of GCC 4.9.3. |
4.9.3.s20150325 03 Apr 2015 13:22:08 |
gerald |
Update to the 20150325 snapshot of 4.9.3.
Set CPE_VERSION. |
4.9.3.s20150318_1 26 Mar 2015 20:36:04 |
marino |
lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVA
The JAVA frontend doesn't build on DragonFly on any release. The new
OPTIONS_EXCLUDE_${OPSYS} feature is a nice way to avoid the use of
Makefile.DragonFly (most are in dports, but one is in lang/gcc5).
The recent addition of CXXFLAGS to lang/gcc5 prevents Makefile.DragonFly
on lang/gcc5 from being removed outright. There are a couple of options
available to allow its removal, but I'll need to discuss with Gerald.
Approved by: DragonFly blanket |
4.9.3.s20150318_1 23 Mar 2015 18:56:11 |
bdrewery |
Fix UNIQUENAME not being unique after recent PORTNAME shuffle.
This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.
With hat: portmgr
Reported by: sunpoet |
4.9.3.s20150318 22 Mar 2015 19:19:08 |
gerald |
Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
can avoid setting DISTNAME and CPE_PRODUCT.
Suggested by: mat |
4.9.3.s20150318 22 Mar 2015 15:00:20 |
gerald |
Add CPE information.
PR: 198259
Submitted by: shun.fbsd.pr@dropcut.net |
4.9.3.s20150318 20 Mar 2015 23:43:28 |
gerald |
Update to the 20150318 snapshot of GCC 4.9.3. |
4.9.3.s20150311 12 Mar 2015 23:04:06 |
gerald |
Update to the 20150311 snapshot of GCC 4.9.3. |
4.9.3.s20150304 08 Mar 2015 08:06:05 |
gerald |
Update to the 20150304 snapshot of GCC 4.9.3. |
4.9.3.s20150225 26 Feb 2015 11:51:33 |
gerald |
Update to the 20150225 snapshot of GCC 4.9.3. |
4.9.3.s20150218 20 Feb 2015 01:30:14 |
gerald |
Update to the 20150218 snapshot of GCC 4.9.3. |
4.9.3.s20150211 15 Feb 2015 04:19:56 |
gerald |
Update to the 20150211 snapshot of GCC 4.9.3. |
4.9.3.s20150204 07 Feb 2015 14:09:53 |
gerald |
Update to the 20150204 snapshot of GCC 4.9.3. |
4.9.3.s20150128 30 Jan 2015 22:48:14 |
gerald |
Update to the 20150128 snapshot of GCC 4.9.3. |
4.9.3.s20150121 24 Jan 2015 20:34:33 |
gerald |
Update to the 20150121 snapshot of GCC 4.9.3. |
4.9.3.s20150114 17 Jan 2015 12:06:43 |
gerald |
Update to the 20150114 snapshot of GCC 4.9.3. |
4.9.3.s20150107 09 Jan 2015 07:56:16 |
gerald |
Update to the 20150107 snapshot of GCC 4.9.3.
Fix a comment typo and whitespace in the new ARM support. |
4.9.3.s20141231 05 Jan 2015 19:28:20 |
andreast |
Add support for armv6*-*-freebsd*.
The large patch is the same as the one from r376266.
The second patch is a temporary fix for the bootstrap failure on all
ARM targets. This fix will be hopefully soon applied to gcc-4.9.x upstream.
Thanks again to Sean Bruno for testing and Gerald for approving.
Approved by: gerald (maintainer) |
4.9.3.s20141231 02 Jan 2015 14:19:12 |
gerald |
Update to the 20141231 snapshot of GCC 4.9.3.. |
4.9.3.s20141224 02 Jan 2015 10:18:54 |
gerald |
Update to the 20141224 snapshot of GCC 4.9.3. |
4.9.3.s20141217 30 Dec 2014 19:19:44 |
dim |
When building the gcc ports using a full bootstrap, tell the configure
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.
With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g. When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.
[1]
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046
Approved by: gerald (maintainer) |
4.9.3.s20141217 21 Dec 2014 01:38:07 |
gerald |
Update to the 20141217 snapshot of GCC 4.9.3. |
4.9.3.s20141126 29 Nov 2014 19:18:41 |
gerald |
Update to the 20141126 snapshot of GCC 4.9.3. |