aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc40/files
Commit message (Collapse)AuthorAgeFilesLines
* * Add support for ``-pthead''obrien1999-03-225-24/+562
| | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work
* Upgrade to 1.1.2 release.obrien1999-03-175-46/+88
|
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-104-9/+58
| | | | "i386-unknown-freebsdaout" for an a.out machine.
* Allow '$' in labels as our offical compiler does.obrien1999-01-232-10/+36
| | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us>
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.obrien1998-12-261-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>
* Make profiling work.jdp1998-10-093-4/+132
|
* Sync with gcc28 port:obrien1998-07-201-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 19980608 snapshotobrien1998-06-101-9/+6
|
* Upgrade to 980406 snapshotobrien1998-04-142-33/+0
| | | | Reviewed by: my PITA ecs240 project
* Upgrade to the 980315 snapshot.obrien1998-04-072-14/+9
|
* Upgrade to version 1.0.2 release.obrien1998-04-072-9/+14
|
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.obrien1998-02-142-12/+28
| | | | Including linking with the STL vector class.
* Set __FreeBSD__ to 2, not 3.obrien1998-02-131-1/+1
| | | | Ports track -STABLE.
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) thejdp1998-01-241-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.
* This is a new port for egcs, which probably stands for somethingjdp1998-01-113-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.