summaryrefslogtreecommitdiff
path: root/lang/gcc31/files/patch-af (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the lang/gcc31 port. It fails to build on several architecturesGerald Pfeifer2005-07-311-50/+0
| | | | | | | | | | | | (even ones it is supposed to work on, cf. pointyhat), it fails to build on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single ABI changes and many bug fixes. It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these are still actively maintained upstream and support FreeBSD 7, for example. Notes: svn path=/head/; revision=140557
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-031-15/+17
| | | | Notes: svn path=/head/; revision=54155
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-281-18/+7
| | | | | | | 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-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-051-1/+1
| | | | Notes: svn path=/head/; revision=32315
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-141-14/+17
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-171-36/+9
| | | | Notes: svn path=/head/; revision=24793
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-251-12/+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
* 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-151-46/+38
| | | | Notes: svn path=/head/; revision=19484
* Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1999-05-261-10/+8
| | | | Notes: svn path=/head/; revision=19010
* Sync up with some diffs I sent to Cygnus.David E. O'Brien1999-04-221-7/+9
| | | | Notes: svn path=/head/; revision=18061
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-04-211-28/+82
| | | | | | | | | | | 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
* * Add support for ``-pthead''David E. O'Brien1999-03-221-7/+41
| | | | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
* Upgrade to 1.1.2 release.David E. O'Brien1999-03-171-21/+6
| | | | Notes: svn path=/head/; revision=17256
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-091-2/+2
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Allow '$' in labels as our offical compiler does.David E. O'Brien1999-01-231-5/+20
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Make profiling work.John Polstra1998-10-081-0/+51
| | | | Notes: svn path=/head/; revision=13754
* Upgrade to 980406 snapshotDavid E. O'Brien1998-04-141-21/+0
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-071-4/+4
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-071-4/+4
| | | | Notes: svn path=/head/; revision=10431
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1998-02-141-0/+21
Including linking with the STL vector class. Notes: svn path=/head/; revision=9712