summaryrefslogtreecommitdiff
path: root/lang/gcc44 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95David E. O'Brien1999-08-052-25/+29
| | | | | | | | snapshot. Mark BROKEN until the next Cygnus snapshot. Notes: svn path=/head/; revision=20542
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-252-20/+8
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-203-13/+13
| | | | Notes: svn path=/head/; revision=20285
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-153-9/+9
| | | | Notes: svn path=/head/; revision=20212
* Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.David E. O'Brien1999-07-062-11/+11
| | | | Notes: svn path=/head/; revision=20095
* Correct spelling in a comment.Steve Price1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=20059
* The number of things this port installs has grown.David E. O'Brien1999-07-041-1/+38
| | | | | | | (mostly junk in PREFIX/lib/gcc-lib/.../include) Notes: svn path=/head/; revision=20014
* Changes to work with updated files/freebsd.h.David E. O'Brien1999-07-041-12/+29
| | | | Notes: svn path=/head/; revision=20012
* Minor reorg of the dealing with `autoconf' and `autoheader' stuff.David E. O'Brien1999-07-041-5/+5
| | | | Notes: svn path=/head/; revision=20011
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1999-06-243-45/+17
| | | | Notes: svn path=/head/; revision=19752
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-213-79/+46
| | | | Notes: svn path=/head/; revision=19607
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-156-118/+82
| | | | Notes: svn path=/head/; revision=19484
* Fix for alpha.Hidetoshi Shimokawa1999-06-102-7/+123
| | | | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge Notes: svn path=/head/; revision=19406
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-6/+2
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1999-05-263-19/+17
| | | | Notes: svn path=/head/; revision=19010
* Fix "EGCS_REV".David E. O'Brien1999-05-241-2/+6
| | | | Notes: svn path=/head/; revision=18979
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theDavid E. O'Brien1999-05-184-29/+25
| | | | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. Notes: svn path=/head/; revision=18874
* Sync up with some diffs I sent to Cygnus.David E. O'Brien1999-04-223-15/+17
| | | | Notes: svn path=/head/; revision=18061
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-04-2114-146/+508
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=18045
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.Satoshi Asami1999-04-131-1/+3
| | | | Notes: svn path=/head/; revision=17824
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Don't fetch alpha suppliment -- the bits are now part of the port.David E. O'Brien1999-03-301-4/+1
| | | | Notes: svn path=/head/; revision=17448
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.David E. O'Brien1999-03-231-2/+1
| | | | Notes: svn path=/head/; revision=17363
* * Add support for ``-pthead''David E. O'Brien1999-03-226-32/+569
| | | | | | | | | | * 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-177-73/+122
| | | | Notes: svn path=/head/; revision=17256
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.David E. O'Brien1999-02-281-1/+8
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=16938
* Upgrade to egcs-1.1.2 pre-release-2David E. O'Brien1999-02-282-12/+16
| | | | | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release) Notes: svn path=/head/; revision=16933
* * clean up verbosity of MakefileDavid E. O'Brien1999-02-091-9/+4
| | | | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd Notes: svn path=/head/; revision=16577
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-095-16/+78
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* 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
* Wasn't in the main dir when I commited this the first time.David E. O'Brien1998-12-262-2/+10
| | | | | | | Noticed by: jdp Notes: svn path=/head/; revision=15639
* 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
* Use the bzip2 version of the distfile. It saves almost 3meg.David E. O'Brien1998-12-052-5/+11
| | | | Notes: svn path=/head/; revision=15116
* EGCS 1.1.1 *Release* is out.David E. O'Brien1998-12-052-11/+13
| | | | Notes: svn path=/head/; revision=15115
* Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formedDavid E. O'Brien1998-12-041-3/+3
| | | | | | | GNU description string. Notes: svn path=/head/; revision=15103
* "upgrade" to EGCS egcs-1.1.1-prerelease-3.David E. O'Brien1998-12-023-15/+11
| | | | | | | | | Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs. the snapshot this is replacing (egcs rev 2.92.x). However people have reported less problems with 1.1.1-prerel than the current snapshots. Notes: svn path=/head/; revision=15064
* switch to new pre/post bsd.port.mkDavid E. O'Brien1998-11-131-4/+7
| | | | Notes: svn path=/head/; revision=14493
* i386 => ${ARCH}David E. O'Brien1998-11-131-4/+4
| | | | | | | Requested by: imp Notes: svn path=/head/; revision=14492
* Make profiling work.John Polstra1998-10-083-4/+132
| | | | Notes: svn path=/head/; revision=13754
* Allow building and packaging for ELF.David E. O'Brien1998-10-011-8/+6
| | | | Notes: svn path=/head/; revision=13586
* Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mkSatoshi Asami1998-09-281-1/+3
| | | | | | | inclusion order. Notes: svn path=/head/; revision=13514
* Build properly on ELF systems.David E. O'Brien1998-09-271-1/+6
| | | | Notes: svn path=/head/; revision=13434
* make fetchableDavid E. O'Brien1998-09-271-4/+4
| | | | Notes: svn path=/head/; revision=13426
* back to the snaps w/egcs-19980914David E. O'Brien1998-09-263-9/+15
| | | | | | | Submitted by: jdp Notes: svn path=/head/; revision=13401
* Upgrade to 1.1b.David E. O'Brien1998-09-102-7/+7
| | | | | | | | Since there has been announced a to-be ver 1.1.1, change my versioning to a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers. Notes: svn path=/head/; revision=13078