SHA256 (idnkit-2.3.tar.bz2) = 26d07117650042ab4693f0e00960275d58a1be773e6d13c503ba384710f3e97e SIZE (idnkit-2.3.tar.bz2) = 1473267 '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc47
Commit message (Collapse)AuthorAgeFilesLines
* Remove workarounds for PR 219274 that bapt@ had put in place in 2014gerald2017-07-201-1/+0
| | | | | | from the end-of-life lang/gcc4* ports. PR: 219274
* Adjust WWW reference in pkg-descr to https and avoid a trailing slashgerald2017-06-151-1/+1
| | | | for all lang/gcc4* ports.
* Remove powerpc64 from ONLY_FOR_ARCHS and remove BROKEN_powerpc64.gerald2017-05-281-3/+1
| | | | | | | | This is an old version of GCC (a couple of generations end-of-lifed) that is not going to be fixed realistically, and we have newer ports that work. Discussed with: linimon, andreast
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-231-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Update print/texinfo to 6.3sunpoet2017-05-082-1/+21
| | | | | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8679 Differential Revision: https://reviews.freebsd.org/D PR: 218972 Exp-run by: antoine
* Simplify the setting of INFO.gerald2017-04-301-6/+3
|
* Pet portlint wrt. patch files format warnings.gerald2017-04-231-0/+1
|
* Remove Java support (both the JAVA option and everything associated withgerald2017-04-174-95/+7
| | | | | | | | | | | it as well as java from CATEGORIES) from this port. After GCC 4.7 went end-of-life upstream in June 2014 there isn't much use of that not better served by newer lang/gcc* ports and it speeds up the build and simplifies this port significantly. In addition to the expected changes to Makefile, pkg-plist, and pkg-descr, this also removes files/java-patch-hier.
* - Fix shebangmiwi2017-04-151-1/+4
| | | | Approved by: gerald (maintainer via mail)
* Completely remove DIST_VERSION that mat introduced in revisiongerald2017-04-121-6/+4
| | | | | | | 438272 to avoid DISTVERSION in this port . On the way also drop the definition of DISTNAME and simplify the definition of GCC_VERSION since GCC 4.7 is EOL.
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.mat2017-04-111-3/+4
| | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-4/+4
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Apply the following to all common GCC ports based on end-of-life versionsgerald2016-05-071-2/+0
| | | | | | | | of GCC including lang/gcc: 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.
* No longer conflict with gcc-4.7.* (which lang/gcc used to be untilgerald2016-05-051-1/+0
| | | | some 20 months ago).
* lang/gcc*: convert to CONFIGURE_OUTSOURCEjbeich2016-04-131-10/+5
| | | | | | | PR: 208294, 208309 Exp-run by: antoine Approved by: gerald (maintainer) Differential Revision: https://reviews.freebsd.org/D4157
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove deprecated @exec/@unexec from ports using ccache-update-linksantoine2015-09-261-2/+2
|
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0
| | | | | | | | | | | | | | | | | 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
* Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.gerald2015-04-301-2/+1
| | | | Suggested by: mat
* lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVAmarino2015-03-271-0/+1
| | | | | | | | | | | | 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
* Fix UNIQUENAME not being unique after recent PORTNAME shuffle.bdrewery2015-03-241-1/+2
| | | | | | | | | 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
* Add CPE information. [1]gerald2015-03-231-3/+4
| | | | | | | | | Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we can avoid setting DISTNAME and CPE_PRODUCT. [2] PR: 198256 [1] Submitted by: shun.fbsd.pr@dropcut.net [1] Suggested by: mat [2]
* When building the gcc ports using a full bootstrap, tell the configuredim2014-12-311-0/+1
| | | | | | | | | | | | | | | | 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)
* Remove all traces of @dirrm from pkg-plist, including the dynamicallygerald2014-10-202-7/+0
| | | | generated parts via the Makefile.
* Comment out info/dir filesbapt2014-10-072-2/+2
| | | | | | indexinfo is taking care of generating it at package installation time Reported by: peter
* Add USES=libtooltijl2014-09-111-4/+3
|
* Also clean *.la files in LIBEXEC, and recursively so, here and forgerald2014-07-131-1/+2
| | | | TARGLIB.
* Fix build on system built WITHOUT_INFObapt2014-06-251-1/+1
| | | | With hat: portmgr
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Update to the GCC 4.7.4 release which closes the GCC 4.7 release branch.gerald2014-06-242-11/+10
| | | | | | | Due to the way we have been handling PORTREVISION before lang/gcc48 this requires PORTEPOCH. Also, since this is now final and stable, no longer bootstrap this port.
* Convert all :U to :tu and :L to :tlbapt2014-05-051-2/+2
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Update to the 20140419 snapshot of GCC 4.7.4.gerald2014-04-213-3/+12
| | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
* Update to the 20140412 snapshot of GCXC 4.7.4.gerald2014-04-132-4/+5
| | | | Extend full-regression-test by running contrib/test_summary.
* Properly remove man/man1/rebuild-gcj-db47.1.gz by removing thegerald2014-04-081-1/+1
| | | | | | uncompressed version since post-install runs before compress-man. Submitted by: mat
* Update to the 20140405 snapshot of GCC 4.7.4.gerald2014-04-073-5/+5
| | | | | No longer install rebuild-gcj-db47 (which requires bash among others) and its man page.
* Update to the 20140329 snapshot of GCC 4.7.4.gerald2014-04-012-5/+4
| | | | Replace USE_BZIP2 by USES=tar:bzip2.
* Update to the 20140315 snapshot of GCC 4.7.4.gerald2014-03-172-3/+3
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. This adds powerpc64 as a supported architecture (and removes ia64, though it can be supported by manually installing lang/gcc48). New binaries %%GNU_HOST%%-gcc-ar47, %%GNU_HOST%%-gcc-nm47, and %%GNU_HOST%%-gcc-ranlib47 are provided to support link-time optimization (LTO) which scales significantly better. And it adds support for indirect functions (IFUNCS), experimental support for transactional memory in the compiler as well as a supporting run-time library called libitm, a new string length optimization pass, and support for atomic operations specifying the C++11/C11 memory model. Version 3.1 of the OpenMP specification is now supported for the C, C++, and Fortran compilers. GCC accepts the options -std=c11 and -std=gnu11 for the C11 revision of the ISO C standard which inlcude support for unicode strings, nonreturning functions (_Noreturn and <stdnoreturn.h>), alignment support (_Alignas, _Alignof, max_align_t, <stdalign.h>), and a __builtin_complex built-in function. The C++ frontend now accepts the -std=c++11, -std=gnu++11, and -Wc++11-compat options and implements many C++11 features of the language including extended friends syntax, explicit override control, non-static data member initializers, user-defined literals, alias declarations, delegating constructors, atomic classes, and more. The C++ standard library and Fortran frontend have received many improvements. See http://gcc.gnu.org/gcc-4.7/changes.html for an extense list of changes; http://gcc.gnu.org/gcc-4.7/porting_to.html for information on how to port to that new version. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Update to the 20140222 snapshot of GCC 4.7.4.gerald2014-02-272-3/+3
|
* Update to the 20140215 snapshot of GCC 4.7.4.gerald2014-02-222-3/+6
| | | | | Set the license to a combination of GPLv3 (for the compiler itself) and GPLv3 with GCC Runtime Library Exception (for the runtime).
* Update to the 20140208 snapshot of GCC 4.7.4.gerald2014-02-152-6/+5
| | | | | | | | | | | | | | | Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about. [2] No longer run ccache-update-links as part of post-install which, in the world of staging, no longer is what it used to be. Rely on the existing @exec and @unexec in pkg-plist instead. [3] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2][3]
* Remove references to long unsupported alpha.danfe2014-01-291-2/+2
|
* Update to the 20140118 snapshot of GCC 4.7.4.gerald2014-01-232-3/+3
|
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Update to the 20131214 snapshot of GCC 4.7.4.gerald2013-12-162-3/+3
|
* Update to the 20131130 snapshot of GCC 4.7.4.gerald2013-12-022-4/+3
| | | | | | | | | No longer add -I${LOCALBASE}/include to CFLAGS. Since we now configure with --with-gmp=${LOCALBASE} this is no longer necessary, and due to bugs in binutils (which should not install ansidecl.h into ${PREFIX}/include) and GCC (which should search its own include directories with higher priority) can lead to build failures.
* Change PORTNAME from gcc to gcc47 to match the actual name of thisgerald2013-11-252-5/+5
| | | | | | | port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131123 snapshot of GCC 4.7.4.
* Update to the 20131109 snapshot of GCC 4.7.4.gerald2013-11-102-3/+3
| | | | Reported by: portscout
* Update to the 20131026 snapshot of GCC 4.7.4.gerald2013-10-283-43/+39
| | | | | | | | | | Remove a (long) obsolete dependency on bison. [1] Migrate to the new LIB_DEPENDS standard. STAGEify. Reported by: marino [1]
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
* Convert to new perl frameworkbapt2013-09-171-2/+2
| | | | Convert from USE_GMAKE to USES=gmake
* lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)marino2013-09-121-2/+2
| | | | | | | | 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
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1
| | | | | | | | 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)
* Update to the 20130831 snapshot of GCC 4.7.4.gerald2013-09-053-3/+13
| | | | | | | | | | | | | | | Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. [1] The issue is that /usr/include/iconv.h has #include <stdbool.h> which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 [1]
* Replace USE_GMAKE by USES=gmake.gerald2013-08-182-5/+4
| | | | Update to the 20130817 snapshot of GCC 4.7.4.
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update to the 20130810 snapshot of GCC 4.7.4.gerald2013-08-112-9/+10
| | | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] ~
* Update to the 20130803 snapshot of GCC 4.7.4.gerald2013-08-052-3/+3
|
* Update to the 20130706 snapshot of GCC 4.7.4.gerald2013-07-082-3/+3
|
* Update to the 20130518 snapshot of GCC 4.7.4.gerald2013-06-022-4/+11
| | | | | | | | | | Introduce a new option BOOTSTRAP that allows switching between a full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port, for the time being we continue to bootstrap.
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update to the 20130413 snapshot of GCC 4.7.4. This encompasses allgerald2013-04-202-3/+3
| | | | | | those fixes in the GCC 4.7.3 release. Feature safe: yes
* Update to the 20130323 snapshot of GCC 4.7.3.gerald2013-03-242-3/+3
|
* Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1
| | | | | | | | | | | | | | 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
* Update to the 20130302 snapshot of GCC 4.7.3. This should now alsogerald2013-03-032-3/+3
| | | | build with texinfo 5.0 more or less.
* Replace the use of DISTFILES by DISTNAME, since we are now down togerald2013-02-172-4/+4
| | | | | | one in all cases. On the way, update to the 20130216 snapshot of GCC 4.7.3.
* Update to the 20130202 snapshot of 4.7.3.gerald2013-02-092-3/+3
|
* Remove stray entry from packaging list.gerald2013-01-261-1/+0
| | | | Reported by: Paul Reynold <preynold@redcom.com>
* Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-01-212-15/+8
| | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] On the way, update to the 20130119 snapshot of GCC 4.7.3. PR: 175072 [1]
* Update to the 20121208 snapshot of GCC 4.7.3.gerald2012-12-132-3/+3
|
* Make binutils a build dependency as well (not just a run-time dependency).gerald2012-12-022-3/+4
| | | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121124 snapshot of 4.7.3. Feature safe: yes
* Update to the 20121103 snapshot of GCC 4.7.3.gerald2012-11-052-3/+3
| | | | Feature safe: yes
* Update to the 20121027 snapshot of GCC 4.7.3.gerald2012-11-022-3/+3
| | | | Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-10-223-4/+16
| | | | | | | Update to the 20121013 snapshot of GCC 4.7.3. Submitted by: jkim [1] Feature safe: yes
* Forward port revision 282369 [1] which carried the following description:gerald2012-09-303-17/+20
| | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120929 snapshot of GCC 4.7.3. Submitted by: jkim [1]
* Update to the 20120922 snapshot of GCC 4.7.3, which is pretty closegerald2012-09-282-12/+8
| | | | | | | | | | | | | | | to the GCC 4.7.2 release. It also fixes an ABI problem introduced with earlier GCC 4.7 releases. Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* Update to the 20120908 snapshot of GCC 4.7.2.gerald2012-09-102-3/+3
|
* Update to the 20120825 snapshot of GCC 4.7.2.gerald2012-08-262-3/+3
|
* Update to the 20120818 snapshot of GCC 4.7.2.gerald2012-08-222-3/+3
|
* Update to the 20120804 snapshot of GCC 4.7.2.gerald2012-08-052-3/+3
|
* Convert to the new options framework.gerald2012-07-302-9/+8
| | | | On the way update to the 20120728 snapshot of GCC 4.7.2.
* Update to the 20120721 snapshot of GCC 4.7.2.gerald2012-07-252-6/+6
| | | | Remove ABI version numbers for all library dependencies.
* Update to the 20120714 snapshot of GCC 4.7.2.gerald2012-07-162-3/+3
|
* Update to the 20120707 snapshot of GCC 4.7.2.gerald2012-07-112-3/+3
|
* Update to the 20120630 snapshot of GCC 4.7.2.gerald2012-07-032-3/+3
|
* Update to the 20120616 snapshot of GCC 4.7.2, very close to the GCC 4.7.1gerald2012-06-202-4/+4
| | | | | | release. Fix a portlint warning (tab vs space).
* Add powerpc64 support.andreast2012-06-161-1/+5
| | | | Approved by: gerald
* Update to the 20120609 snapshot of GCC 4.7.1.gerald2012-06-112-3/+3
|
* Update to the 20120602 snapshot of GCC 4.7.1.gerald2012-06-042-3/+3
|
* Update to the 20120526 snapshot of GCC 4.7.1.gerald2012-05-282-3/+3
|
* Update to the 20120512 snapshot of GCC 4.7.1.gerald2012-05-172-3/+3
|
* Update to the 20120505 snapshot of GCC 4.7.1.gerald2012-05-082-3/+3
|
* Update to the 20120428 snapshot of GCC 4.7.1.gerald2012-05-012-3/+3
|
* Update to the 20120414 snapshot of GCC 4.7.1.gerald2012-04-162-3/+3
|
* Update to the 20120407 snapshot of GCC 4.7.1.gerald2012-04-082-3/+3
| | | | Feature safe: yes
* Update to the 20120324 snapshot of GCC 4.7.1.gerald2012-04-042-3/+3
| | | | Feature safe: yes
* Update to the 20120225 snapshot of GCC 4.7.0.gerald2012-02-272-3/+3
|
* Update to the 20120204 snapshot of GCC 4.7.0.gerald2012-02-122-3/+3
|
* Update to the 20120128 snapshot of GCC 4.7.0. This fixesgerald2012-02-042-3/+3
| | | | -fstack-protector-all on FreeBSD (thanks to tijl).
* Update to the 20120121 snapshot of GCC 4.7.0.gerald2012-01-222-3/+3
| | | | | This fixes a bootstrap comparison failure rearing its ugly head in some cases, plus GNU/kFreeBSD.
* Update to the 20120114 snapshot of GCC 4.7.0. Re-enable the Objective-Cgerald2012-01-162-5/+5
| | | | front end and accordingly also the run-time.
* Update to the 20120107 snapshot of GCC 4.7.0.gerald2012-01-142-3/+3
|
* Update to the 20111231 snapshot of GCC 4.7.0.gerald2012-01-072-3/+3
|
* Update to the 20111217 snapshot of GCC 4.7.0.gerald2011-12-192-3/+3
|
* Update to the 20111210 snapshot of GCC 4.7.0.gerald2011-12-132-3/+3
| | | | Feature safe: yes