summaryrefslogtreecommitdiff
path: root/lang/pgcc (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-08This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumedDavid E. O'Brien26-1328/+0
the optimization work the PGCC group did based on the closed development GCC versions. Notes: svn path=/head/; revision=60868
2001-10-29o fix install: change GCC_REV to match existing one.FUJISHIMA Satsuki4-62/+28
o unify info files for future update. o ${MKDIR} ${PREFIX}/info is not needed as it is in BSD.local.dist. Reviewed by: maintainer Notes: svn path=/head/; revision=49305
2001-05-05Update to pgcc 2.95.2.1.David E. O'Brien2-13/+7
Notes: svn path=/head/; revision=42280
2000-11-11Update to pgcc 2.95.3.David E. O'Brien4-9/+10
PR: 20122 Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net> Notes: svn path=/head/; revision=34974
2000-10-18Update WWW (previos WWW disappeared long time ago).Maxim Sobolev1-1/+1
Notes: svn path=/head/; revision=33964
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami1-1/+1
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
2000-04-16DISTNAMe-related cleanups.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=27633
2000-04-12Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien1-3/+3
Notes: svn path=/head/; revision=27458
2000-03-22Restore useless version required comments.David E. O'Brien1-0/+1
Notes: svn path=/head/; revision=26941
2000-03-20Remove the "version required" line.David E. O'Brien1-1/+0
Notes: svn path=/head/; revision=26835
2000-02-13Style nits in the ports I maintain.David E. O'Brien1-4/+4
Notes: svn path=/head/; revision=25734
1999-09-10Do this in a more general way.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=21588
1999-09-10Errrr. The GCC install dinks (aka `fix-includes') with curses.h onDavid E. O'Brien1-1/+0
4.0-CURRENT, but not 3-STABLE. Remove curses.h so this will package on 3-STABLE and deal with it post-3.3 RELEASE. Notes: svn path=/head/; revision=21587
1999-09-08Upgrade to version 2.95.1.David E. O'Brien17-304/+364
Notes: svn path=/head/; revision=21397
1999-09-05portlintDavid E. O'Brien1-6/+4
Notes: svn path=/head/; revision=21286
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21122
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20952
1999-08-05BROKEN='waiting for new patches against gcc-2.95'David E. O'Brien1-1/+3
Notes: svn path=/head/; revision=20545
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-06-05Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro2-6/+2
in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
1999-05-24Upgrade to version 1.1.3, and sync with changes to the egcs port.David E. O'Brien15-78/+808
Notes: svn path=/head/; revision=18978
1999-05-03Yet more WWW: additionsMichael Haro1-3/+1
Notes: svn path=/head/; revision=18435
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1-2/+3
${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
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-6/+4
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
1998-12-14get this rightDavid E. O'Brien1-2/+2
Notes: svn path=/head/; revision=15344
1998-12-14Yuck, this thing BUILD_DEPENDS on autoconf.David E. O'Brien1-6/+7
Noticed by: Maxim Sobolev <max@vega.pfts.com> Notes: svn path=/head/; revision=15343
1998-12-13PGCC, the Pentium optimizing version of GCC is back.....David E. O'Brien12-0/+584
It is now based on EGCS. Notes: svn path=/head/; revision=15324
1998-01-11remove unneded port. egcs is the successor.Andreas Klemm7-181/+0
Notes: svn path=/head/; revision=9319
1997-10-17Need help with this port as well, don't have the timeAndreas Klemm1-1/+2
to fix it today. Asked Thomas (Gellekum) for help ... Only this friday to fix it. The patching stage fails ... The mess started with the new organization starting from the egcs source base ... Notes: svn path=/head/; revision=8304
1997-10-17My last changesAndreas Klemm2-15/+17
Notes: svn path=/head/; revision=8303
1997-10-13portlint:Andreas Klemm1-27/+29
added "@exec install-info" after info files. added "@unexec install-info --delete" before info files Notes: svn path=/head/; revision=8250
1997-10-04cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1-6/+6
Notes: svn path=/head/; revision=8102
1997-07-27- Upgraded Pentium GCC Developer Version to latest snapshot release 970721Andreas Klemm3-28/+30
- Changed PATCH_SITES, added some more mirrors and now use ftp sites - Autoconf is needed in FETCH_DEPENDS, since I have to re-create the configure script just before the pre-configure target - pre-configure target now does the suggested maintainer-clean - post-install renames c++, g++, gcc to pc++, pg++ and pgcc to avoid conflicting usage with the systems default compiler. - updated PLIST Notes: svn path=/head/; revision=7425
1997-07-20removed mirror site which doesn't seem to be valid anymoreAndreas Klemm1-2/+1
Submitted by: Ryuichiro ARAKI <raraki@saitama-med.ac.jp> Notes: svn path=/head/; revision=7380
1997-06-10reordered ftp sites (USA sites first)Andreas Klemm2-22/+3
removed patch-ac (dunno how this patch made it again into my patches directory, thanks Satoshi for telling me !) Notes: svn path=/head/; revision=6852
1997-06-08update pgcc-current port.Andreas Klemm4-7/+32
Please note, that I left out the very last diff, because after that configure doesn't work properly anymore. PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=6803
1997-04-14Home Page of Pentium Compiler group changedAndreas Klemm1-5/+1
http://www.goof.com/pcg/ Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=6205
1996-12-24Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC).Satoshi Asami1-3/+2
Notes: svn path=/head/; revision=5075
1996-12-22Remove the package name in the COMMENT file.Andreas Klemm1-1/+1
Notes: svn path=/head/; revision=5058
1996-12-21and here the PLIST fileAndreas Klemm1-0/+64
Notes: svn path=/head/; revision=5053
1996-12-20Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don'tAndreas Klemm2-1/+20
want higher optimization levels result in unsafer binaries). Fix bug, that causes core dumps when using higher optimization levels than -O2. Results with dhrystone 2.1 (1000000 loops): stock cc (2.7.2.1 from current) : 136k (136xxx) pgcc-current with -O2 : 138k pgcc-current with -O6 : 172k And no coredump anymore. Reason for coredump: With -O3 cc1 does an register-to-register-copy optimization and it tries to write some debugging information about what it is doing into a file that does not exist unless you have instructed cc1 to dump all its information about its internal state. (From: Sascha Blank) BTW: PLIST is really coming soon, it's on my todo list ;-) BTW2: Is Sascha already in the contributors list ? Have to go to work now. Submitted by: Sascha Blank <blank@sliphost37.uni-trier.de> Notes: svn path=/head/; revision=5046
1996-12-18pgcc-current is a developer release of gcc 2.7.2 with pentiumAndreas Klemm6-0/+91
optimizations. The motivation to make a separate pgcc port is, to provide two versions, an official release, which is missing the leading edge of developement and an interesting current version, which fixes some things and might breake (or not) others. Fact is, that one is able to compile and run a complete FreeBSD-current kernel without trouble and so closes 2 PR's. >Number: 1221 >Category: bino and possibly >Number: 1222 >Category: ports (should be tested by the submitter. Notes: svn path=/head/; revision=5024