Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fifty-one months after ELF flag day, and after the system compiler became | gerald | 2003-04-24 | 1 | -42/+0 |
| | | | | | | | ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle <rittle@labs.mot.com> Discussed with: obrien | ||||
* | Not sure how I missed these patches in my 24-March-2003 GCC 3.3 | obrien | 2003-04-21 | 1 | -38/+10 |
| | | | | in-development snapshot upgrade. | ||||
* | Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot. | obrien | 2002-02-03 | 1 | -25/+13 |
| | |||||
* | Upgrade to the 2000-11-20 GCC 2.97 development snapshot. | obrien | 2000-11-29 | 1 | -16/+14 |
| | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. | ||||
* | Upgrade to the 2000-10-02 GCC 2.97 development snapshot. | obrien | 2000-10-11 | 1 | -5/+5 |
| | |||||
* | Upgrade to the 2000-02-07 GCC 2.96 development snapshot. | obrien | 2000-02-14 | 1 | -14/+16 |
| | |||||
* | Upgrade to the 2000-01-10 GCC 2.96 development snapshot. | obrien | 2000-01-17 | 1 | -11/+0 |
| | |||||
* | Update to the 1999-06-08 (gcc 2.95 prerelease). | obrien | 1999-06-15 | 1 | -30/+5 |
| | |||||
* | I give you the latest and greatest of the EGCS snapshot series. | obrien | 1999-04-21 | 1 | -12/+18 |
| | | | | | | | | 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. | ||||
* | * Add support for ``-pthead'' | obrien | 1999-03-22 | 1 | -10/+67 |
| | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work | ||||
* | Upgrade to 1.1.2 release. | obrien | 1999-03-17 | 1 | -17/+6 |
| | |||||
* | GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and | obrien | 1999-02-10 | 1 | -2/+2 |
| | | | | "i386-unknown-freebsdaout" for an a.out machine. | ||||
* | Allow '$' in labels as our offical compiler does. | obrien | 1999-01-23 | 1 | -5/+16 |
| | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> | ||||
* | Make profiling work. | jdp | 1998-10-09 | 1 | -4/+27 |
| | |||||
* | 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 980406 snapshot | obrien | 1998-04-14 | 1 | -12/+0 |
| | | | | Reviewed by: my PITA ecs240 project | ||||
* | Upgrade to the 980315 snapshot. | obrien | 1998-04-07 | 1 | -10/+5 |
| | |||||
* | Upgrade to version 1.0.2 release. | obrien | 1998-04-07 | 1 | -5/+10 |
| | |||||
* | Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. | obrien | 1998-02-14 | 1 | -12/+7 |
| | | | | Including linking with the STL vector class. | ||||
* | Set __FreeBSD__ to 2, not 3. | obrien | 1998-02-13 | 1 | -1/+1 |
| | | | | Ports track -STABLE. | ||||
* | Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the | jdp | 1998-01-24 | 1 | -0/+17 |
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. |