summaryrefslogtreecommitdiff
path: root/lang/gcc31/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Add support for ``-pthead''David E. O'Brien1999-03-225-24/+562
| | | | | | | | | | * 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-175-46/+88
| | | | Notes: svn path=/head/; revision=17256
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-094-9/+58
| | | | | | | "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-232-10/+36
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.David E. O'Brien1998-12-251-0/+10
| | | | | | | | | | This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net> Notes: svn path=/head/; revision=15612
* Make profiling work.John Polstra1998-10-083-4/+132
| | | | Notes: svn path=/head/; revision=13754
* Sync with gcc28 port:David E. O'Brien1998-07-191-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. Notes: svn path=/head/; revision=11973
* upgrade to 19980608 snapshotDavid E. O'Brien1998-06-101-9/+6
| | | | Notes: svn path=/head/; revision=11371
* Upgrade to 980406 snapshotDavid E. O'Brien1998-04-142-33/+0
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-072-14/+9
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-072-9/+14
| | | | 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-142-12/+28
| | | | | | | 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
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) theJohn Polstra1998-01-231-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. Notes: svn path=/head/; revision=9420
* This is a new port for egcs, which probably stands for somethingJohn Polstra1998-01-103-0/+39
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