summaryrefslogtreecommitdiff
path: root/lang/gcc28 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Define __FreeBSD__ to be the major version (rather than empty).David E. O'Brien1998-03-113-1/+53
| | | | | | | | Add -fsjlj-exceptions as the default. Requested by: John Fiber Notes: svn path=/head/; revision=10113
* Upgrade to 2.8.1David E. O'Brien1998-03-103-36/+36
| | | | Notes: svn path=/head/; revision=10090
* Fix missing brace in the pre-install target.John Fieber1998-03-091-2/+2
| | | | Notes: svn path=/head/; revision=10081
* Abstract this more to make building on non-x86 easiler.David E. O'Brien1998-03-062-32/+32
| | | | Notes: svn path=/head/; revision=10051
* Latest install hacks for GCC 2.8.David E. O'Brien1998-03-052-40/+51
| | | | | | | | The changes were done to closely match the upcoming libstdc++ port I will commit shortly. Notes: svn path=/head/; revision=10044
* Build the gcc28 we install with itself rather than /usr/bin/cc.David E. O'Brien1998-03-042-5/+13
| | | | | | | | Renamed manpages to <binanary>28.1.gz to reduce namespace conflicts. Added bin/gcc28 and bin/g++28. Notes: svn path=/head/; revision=10031
* Gcc/G++ version 2.8.0. Includes greatly improved C++ compiler and latestDavid E. O'Brien1998-01-165-0/+121
SGI reference STL. Notes: svn path=/head/; revision=9348