aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc34
Commit message (Collapse)AuthorAgeFilesLines
* Master site changed.John Polstra1998-02-231-2/+2
| | | | Notes: svn path=/head/; revision=9890
* Just-cant-get-this-one-right by: obrienDavid E. O'Brien1998-02-171-1/+12
| | | | Notes: svn path=/head/; revision=9768
* Forgot to submit PLIST diff.David E. O'Brien1998-02-172-34/+31
| | | | | | | Noticed by: Satoshi Notes: svn path=/head/; revision=9767
* Mark this port broken, doesn't package.Satoshi Asami1998-02-161-1/+2
| | | | Notes: svn path=/head/; revision=9744
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1998-02-144-26/+48
| | | | | | | Including linking with the STL vector class. Notes: svn path=/head/; revision=9712
* Set __FreeBSD__ to 2, not 3.David E. O'Brien1998-02-131-1/+1
| | | | | | | Ports track -STABLE. Notes: svn path=/head/; revision=9692
* Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" inSatoshi Asami1998-02-031-1/+3
| | | | | | | | /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib. Notes: svn path=/head/; revision=9577
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) theJohn Polstra1998-01-232-2/+19
| | | | | | | | | | | | | default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3. Notes: svn path=/head/; revision=9420
* Strip the binaries.David E. O'Brien1998-01-141-1/+12
| | | | Notes: svn path=/head/; revision=9337
* sed -> ${SED}.Satoshi Asami1998-01-131-2/+2
| | | | Notes: svn path=/head/; revision=9330
* This is a new port for egcs, which probably stands for somethingJohn Polstra1998-01-108-0/+324
like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1. Notes: svn path=/head/; revision=9316