Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to the 19980721 snap. | obrien | 1998-07-27 | 3 | -185/+185 |
| | |||||
* | Sync with gcc28 port: | obrien | 1998-07-20 | 1 | -0/+32 |
| | | | | | | * Implement support for weak symbols. This solves the "___error" undefined problem on 3.0-CURRENT systems. * look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems. | ||||
* | upgrade to the July 15th (19980715) snapshot | obrien | 1998-07-16 | 3 | -188/+190 |
| | |||||
* | Upgrade to the 19980628 snapshot. | obrien | 1998-07-06 | 3 | -191/+191 |
| | | | | | (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version) | ||||
* | upgrade to 19980608 snapshot | obrien | 1998-06-10 | 4 | -192/+190 |
| | |||||
* | + Remove the MANUAL_PACKAGE_BUILD. | obrien | 1998-05-20 | 2 | -161/+185 |
| | | | | | | | | + The C++ includes and gcc specific libs now live under gcc-lib/..... + don't install ``c++'' + make links egcc and eg++ + c++filt --> g++filt to non conflict with stock version + clean up package dirs on ``pkg_delete'' | ||||
* | Upgrade to 1998-05-08 snapshot version. | obrien | 1998-05-20 | 3 | -43/+43 |
| | |||||
* | Upgrade to the May 2nd 1998 snapshot version. | obrien | 1998-05-05 | 3 | -65/+46 |
| | |||||
* | Upgrade to 980406 snapshot | obrien | 1998-04-14 | 5 | -76/+67 |
| | | | | Reviewed by: my PITA ecs240 project | ||||
* | Used to build for me, now doesn't. Bombs in making the stage2 compiler. | obrien | 1998-04-11 | 1 | -1/+3 |
| | | | | | For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade. | ||||
* | Upgrade to the 980315 snapshot. | obrien | 1998-04-07 | 5 | -54/+49 |
| | |||||
* | Upgrade to version 1.0.2 release. | obrien | 1998-04-07 | 5 | -51/+57 |
| | |||||
* | Fix the "Version required" comment. | jdp | 1998-03-18 | 1 | -2/+2 |
| | |||||
* | The private copy of float.h seems to have gone away. | obrien | 1998-03-10 | 2 | -2/+2 |
| | |||||
* | Fix things so it packages. | obrien | 1998-03-08 | 3 | -43/+43 |
| | | | | | Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp | ||||
* | Master site changed. | jdp | 1998-02-23 | 1 | -2/+2 |
| | |||||
* | Just-cant-get-this-one-right by: obrien | obrien | 1998-02-17 | 1 | -1/+12 |
| | |||||
* | Forgot to submit PLIST diff. | obrien | 1998-02-17 | 2 | -34/+31 |
| | | | | Noticed by: Satoshi | ||||
* | Mark this port broken, doesn't package. | asami | 1998-02-16 | 1 | -1/+2 |
| | |||||
* | Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. | obrien | 1998-02-14 | 4 | -26/+48 |
| | | | | Including linking with the STL vector class. | ||||
* | Set __FreeBSD__ to 2, not 3. | obrien | 1998-02-13 | 1 | -1/+1 |
| | | | | Ports track -STABLE. | ||||
* | Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in | asami | 1998-02-03 | 1 | -1/+3 |
| | | | | | /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib. | ||||
* | Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the | jdp | 1998-01-24 | 2 | -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. | ||||
* | Strip the binaries. | obrien | 1998-01-14 | 1 | -1/+12 |
| | |||||
* | sed -> ${SED}. | asami | 1998-01-13 | 1 | -2/+2 |
| | |||||
* | This is a new port for egcs, which probably stands for something | jdp | 1998-01-11 | 8 | -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. |