aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sync with gcc30's style.David E. O'Brien2002-03-041-19/+19
| | | | | | | | | This includes changing the name from g<BINARY> to <BINARY>31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles. Notes: svn path=/head/; revision=55533
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.David E. O'Brien2002-03-021-4/+5
| | | | Notes: svn path=/head/; revision=55407
* Update to the 2002-02-04 snapshot.David E. O'Brien2002-02-101-1/+1
| | | | | | | | This port still does not install properly (still has some old cruft in it). But incase someone wants to work on a patch to help me out... Notes: svn path=/head/; revision=54484
* This allows the port to build, but it still has install problems.David E. O'Brien2002-02-051-2/+5
| | | | Notes: svn path=/head/; revision=54222
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-031-18/+40
| | | | Notes: svn path=/head/; revision=54155
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-7/+7
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53957
* Utilize the PATCH_WRKDIR knob now that it exists.David E. O'Brien2001-10-271-4/+1
| | | | Notes: svn path=/head/; revision=49271
* Major overhall and style clean up.David E. O'Brien2001-08-151-27/+17
| | | | Notes: svn path=/head/; revision=46287
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-05-041-2/+4
| | | | | | | [and a sad day in history] Notes: svn path=/head/; revision=42241
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-241-1/+1
| | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302
* Fix version number.David E. O'Brien2001-03-111-1/+1
| | | | Notes: svn path=/head/; revision=39538
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-061-1/+1
| | | | Notes: svn path=/head/; revision=39155
* Fix nits in the auto lib-gcc PLIST generation.David E. O'Brien2001-03-021-4/+8
| | | | Notes: svn path=/head/; revision=38969
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-02-141-3/+4
| | | | Notes: svn path=/head/; revision=38345
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Upgrade to the Christmas edition GCC 2.97 development snapshot.David E. O'Brien2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=36396
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.David E. O'Brien2000-12-211-28/+24
| | | | Notes: svn path=/head/; revision=36214
* Forgot to commit the bits that rm's the new libjava as it breaks theDavid E. O'Brien2000-12-131-0/+1
| | | | | | | GCC bootstrap. Notes: svn path=/head/; revision=35958
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.David E. O'Brien2000-12-131-1/+1
| | | | Notes: svn path=/head/; revision=35941
* Change name of programs from e<program_name> to g<program_name>, sinceDavid E. O'Brien2000-12-051-14/+13
| | | | | | | | | | | e<program_name> conflicts with the egcs port. I'm open to a better nameing scheme. Also change the shared libs configuring logic a little bit due to changed way of doing it on libstdc++-v3, which this snapshot uses by default. Notes: svn path=/head/; revision=35702
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-281-9/+15
| | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.David E. O'Brien2000-10-101-13/+18
| | | | Notes: svn path=/head/; revision=33689
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.David E. O'Brien2000-09-151-3/+3
| | | | Notes: svn path=/head/; revision=32664
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-051-18/+35
| | | | Notes: svn path=/head/; revision=32315
* Upgrade to the 2000-05-01 GCC 2.96 development snapshot.David E. O'Brien2000-05-061-3/+3
| | | | Notes: svn path=/head/; revision=28321
* Upgrade to the 2000-04-10 GCC 2.96 development snapshot.David E. O'Brien2000-04-141-1/+1
| | | | Notes: svn path=/head/; revision=27532
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.David E. O'Brien2000-03-191-1/+1
| | | | Notes: svn path=/head/; revision=26817
* Upgrade to the 2000-03-06 GCC 2.96 development snapshot.David E. O'Brien2000-03-081-2/+3
| | | | Notes: svn path=/head/; revision=26672
* Upgrade to the 2000-02-21 GCC 2.96 development snapshot.David E. O'Brien2000-03-081-2/+1
| | | | Notes: svn path=/head/; revision=26635
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-141-1/+1
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-171-4/+3
| | | | Notes: svn path=/head/; revision=24793
* Update to the 1999-11-10 development snapshot.David E. O'Brien1999-11-151-1/+1
| | | | Notes: svn path=/head/; revision=23131
* Update to the 1999-11-02 development snapshot.David E. O'Brien1999-11-031-1/+1
| | | | Notes: svn path=/head/; revision=22885
* Update to the 1999-10-25 snapshot.David E. O'Brien1999-11-011-6/+5
| | | | Notes: svn path=/head/; revision=22840
* Upgrade to the 1999-10-04 development snapshot.David E. O'Brien1999-10-101-1/+1
| | | | Notes: svn path=/head/; revision=22319
* Upgrade to the 1999-09-20 development snapshot.David E. O'Brien1999-10-101-9/+9
| | | | Notes: svn path=/head/; revision=22313
* 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-051-23/+26
| | | | | | | | snapshot. Mark BROKEN until the next Cygnus snapshot. Notes: svn path=/head/; revision=20542
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-201-3/+3
| | | | Notes: svn path=/head/; revision=20285
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-151-2/+2
| | | | Notes: svn path=/head/; revision=20212
* Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.David E. O'Brien1999-07-061-5/+5
| | | | Notes: svn path=/head/; revision=20095
* Correct spelling in a comment.Steve Price1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=20059
* 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-241-2/+2
| | | | Notes: svn path=/head/; revision=19752
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-211-2/+2
| | | | Notes: svn path=/head/; revision=19607
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-151-3/+2
| | | | Notes: svn path=/head/; revision=19484
* Fix for alpha.Hidetoshi Shimokawa1999-06-101-1/+3
| | | | | | | | | - 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