summaryrefslogtreecommitdiff
path: root/lang/gcc32/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gcc32 (GCC 3.2) which is no longer used by any other ports andGerald Pfeifer2008-08-2314-600/+0
| | | | | | | does not support amd64, for example. Notes: svn path=/head/; revision=219035
* - fix build with gcc41Dirk Meyer2006-10-091-0/+99
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=175066
* - take benefit of USE_LDCONFIGDirk Meyer2006-06-241-14/+0
| | | | Notes: svn path=/head/; revision=166181
* - add RC_D_SH to keep shared libs working after rebootDirk Meyer2006-03-201-0/+14
| | | | Notes: svn path=/head/; revision=157737
* Sync freebsd7 support with gcc33.David E. O'Brien2005-11-092-26/+24
| | | | Notes: svn path=/head/; revision=147738
* Fix build on 7-CURRENTMaho Nakata2005-08-283-0/+50
| | | | Notes: svn path=/head/; revision=141040
* o Fix -pthread issue.Norikatsu Shigemura2005-01-081-1/+2
| | | | | | | | | | | | | | | | | This fix resolves openoffice building problem on 5.2.1 or later. o Bump PORTREVISION. PR: ports/75785 [1], bin/62300 [2] Pointed out by: Oleg Sharoiko <os@rsu.ru> [1], many many people on openoffice@FreeBSD.org Inspired by: maho, Mark Andrews <marka@isc.org> [2] Discussed with: maho, daichi Committed at: Murayakuba Japanese style pub http://www.murayakuba.jp/ Committed with: maho, daichi Notes: svn path=/head/; revision=125773
* Cleaner support -pthreads for 5.0-5.2.1.David E. O'Brien2004-12-192-13/+22
| | | | Notes: svn path=/head/; revision=124515
* Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>David E. O'Brien2004-12-191-0/+52
| | | | Notes: svn path=/head/; revision=124508
* Unbreak the port by remove the Java language from this port. AnyoneDavid E. O'Brien2004-12-122-48/+0
| | | | | | | using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code. Notes: svn path=/head/; revision=123826
* Adjust spec to make -pthread and gcj link to -lpthread on recentMichael Nottebrock2004-11-072-0/+29
| | | | | | | FreeBSD 5. Notes: svn path=/head/; revision=121046
* Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedGerald Pfeifer2003-05-221-4/+4
| | | | | | | | | the previous patch). Submitted by: lioux Notes: svn path=/head/; revision=81750
* Merge targets pre-configure and pre-build, simplify them, and removeGerald Pfeifer2003-04-251-12/+0
| | | | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer). Notes: svn path=/head/; revision=79644
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallyGerald Pfeifer2003-04-141-11/+0
| | | | | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842 Notes: svn path=/head/; revision=78949
* Finally remove the parts of this patch that date back to 1998 and have nowGerald Pfeifer2003-04-021-24/+0
| | | | | | | been commented for more than a year. Notes: svn path=/head/; revision=78003
* Add support for the bounds-checking patch by Herman ten Brugge (whichGerald Pfeifer2003-03-301-0/+11
| | | | | | | | | | | provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=77776
* Enable libgcj (which has actually been building fine since GCC 3.1 onGerald Pfeifer2003-03-261-0/+32
| | | | | | | | | | FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77491
* Remove special alpha optimization warning. alpha support now should beGerald Pfeifer2003-03-261-20/+0
| | | | | | | | | | sufficiently stable, and the testsuite output for FreeBSD/alpha shows no extra -O2 failures. Submitted by: Loren James Rittle <rittle@labs.mot.com> Notes: svn path=/head/; revision=77482
* Remove special USER_H override.Gerald Pfeifer2003-03-201-8/+0
| | | | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Approved by: kris (portmgr) Notes: svn path=/head/; revision=77169
* Update to 3.2.1 release, and fix packaging.David E. O'Brien2002-11-261-0/+11
| | | | Notes: svn path=/head/; revision=71102
* Total hack to allow gcc32 to build on -CURRENT.David E. O'Brien2002-09-111-4/+12
| | | | | | | | | | | | This hack makes gcc totally use our stock headers vs. the fixinc'ed ones. I don't like this change as I don't think there is any chance of getting this change back into the GCC repository and it is important that the stock GCC sources will bootstrap on FreeBSD 5.0. Submitted by: Don Lewis <dl-freebsd@catspoiler.org> Notes: svn path=/head/; revision=66156
* Update to match what is in -current.David E. O'Brien2002-05-281-89/+78
| | | | Notes: svn path=/head/; revision=60168
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.David E. O'Brien2002-05-281-38/+0
| | | | Notes: svn path=/head/; revision=60163
* This is now in the stock FSF sources.David E. O'Brien2002-05-181-64/+0
| | | | Notes: svn path=/head/; revision=59437
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesGerald Pfeifer2002-04-122-23/+0
| | | | | | | | | that add references to egcs to the documentation. Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=57605
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-039-274/+157
| | | | Notes: svn path=/head/; revision=54155
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-02-142-122/+148
| | | | Notes: svn path=/head/; revision=38345
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.David E. O'Brien2000-12-131-29/+36
| | | | Notes: svn path=/head/; revision=35941
* Change the libstdc++.so version number to be more like the stock one.David E. O'Brien2000-12-051-1/+1
| | | | | | | | This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have. Notes: svn path=/head/; revision=35700
* First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.David E. O'Brien2000-11-281-0/+64
| | | | Notes: svn path=/head/; revision=35498
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-287-263/+66
| | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.David E. O'Brien2000-10-105-605/+150
| | | | Notes: svn path=/head/; revision=33689
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.David E. O'Brien2000-09-151-61/+81
| | | | Notes: svn path=/head/; revision=32664
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-057-143/+111
| | | | Notes: svn path=/head/; revision=32315
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.David E. O'Brien2000-03-191-21/+21
| | | | Notes: svn path=/head/; revision=26817
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-144-59/+67
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-175-77/+74
| | | | Notes: svn path=/head/; revision=24793
* Upgrade to the 1999-09-20 development snapshot.David E. O'Brien1999-10-103-28/+42
| | | | Notes: svn path=/head/; revision=22313
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-252-20/+8
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-201-4/+4
| | | | Notes: svn path=/head/; revision=20285
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-151-1/+1
| | | | Notes: svn path=/head/; revision=20212
* Changes to work with updated files/freebsd.h.David E. O'Brien1999-07-041-12/+29
| | | | Notes: svn path=/head/; revision=20012
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1999-06-241-37/+9
| | | | Notes: svn path=/head/; revision=19752
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-211-71/+38
| | | | Notes: svn path=/head/; revision=19607
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-154-109/+74
| | | | Notes: svn path=/head/; revision=19484
* Fix for alpha.Hidetoshi Shimokawa1999-06-101-6/+120
| | | | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge Notes: svn path=/head/; revision=19406
* Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1999-05-261-10/+8
| | | | Notes: svn path=/head/; revision=19010
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theDavid E. O'Brien1999-05-182-20/+16
| | | | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. Notes: svn path=/head/; revision=18874
* Sync up with some diffs I sent to Cygnus.David E. O'Brien1999-04-223-15/+17
| | | | Notes: svn path=/head/; revision=18061
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-04-2110-102/+446
| | | | | | | | | | | This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler. Notes: svn path=/head/; revision=18045