summaryrefslogtreecommitdiff
path: root/lang/gcc28 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+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
* portlintDavid E. O'Brien1999-09-041-1/+1
| | | | Notes: svn path=/head/; revision=21260
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Don't waste CDROM real estate on a soon to be OBE version.David E. O'Brien1999-07-151-1/+3
| | | | Notes: svn path=/head/; revision=20213
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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
* Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I canDavid E. O'Brien1999-03-311-14/+10
| | | | | | | | tell if people built Gcc28 from the ports collection in a normal manner when I get bug reports. Notes: svn path=/head/; revision=17487
* Add support for -fformat-extensions.David E. O'Brien1999-03-314-6/+283
| | | | | | | (kernel and world should now be buildable using gcc28) Notes: svn path=/head/; revision=17484
* Make -fsjlj-exceptions the default (ie, no DWARF2_UNWIND_INFO) for the ELFDavid E. O'Brien1999-03-221-3/+8
| | | | | | | | | case too. Submitted by: terry (Thanks to Amancio for identification) Notes: svn path=/head/; revision=17336
* 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
* GNUHOST is now "i386-unknown-freebsd3" for ELF machines andDavid E. O'Brien1999-02-095-14/+96
| | | | | | | "i386-unknown-freebsdaout3" for a.out machines. Notes: svn path=/head/; revision=16574
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too.David E. O'Brien1999-01-121-3/+14
| | | | Notes: svn path=/head/; revision=16017
* i386 => ${ARCH}David E. O'Brien1998-11-131-4/+4
| | | | | | | Requested by: imp Notes: svn path=/head/; revision=14492
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-6/+7
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Pass the GNUARCH value to `configure' to force the detection of an ELF system.David E. O'Brien1998-11-101-6/+14
| | | | | | | | | | (I still intend to fix the bug in the script that misses an ELF system for an a.out one) Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu> Notes: svn path=/head/; revision=14442
* GNUHOST was defined twice. Also, take out the ELF cruft, a simpleSatoshi Asami1998-10-081-8/+2
| | | | | | | BROKEN_ELF will do. :) Notes: svn path=/head/; revision=13725
* Broken on ELF boxes.David E. O'Brien1998-09-271-1/+8
| | | | Notes: svn path=/head/; revision=13442
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-3/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* dont ask..David E. O'Brien1998-08-181-29/+29
| | | | Notes: svn path=/head/; revision=12611
* Update to use PLIST_SUBDavid E. O'Brien1998-08-181-6/+2
| | | | Notes: svn path=/head/; revision=12610
* * expmed.c (expand_mult): Use 0 as add_target if should preserveDavid E. O'Brien1998-08-141-0/+37
| | | | | | | | | | | subexpressions. * expmed.c (expand_divmod): Save last divison constant and if rem is same as div, don't adjust rem cost. Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Notes: svn path=/head/; revision=12515
* * Minor bug fixes from OpenBSD (and some stuff to ease diff'ing in the future)David E. O'Brien1998-08-1313-11/+488
| | | | | | | | | | | * Some initial support for FreeBSD-alpha * Add some optimizations required by g77, which still might be of some use to adventuring C/C++ programmers. Obtained from: OpenBSD (parts) Notes: svn path=/head/; revision=12502
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-071-5/+3
| | | | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. Notes: svn path=/head/; revision=12329
* Better way to do the equivalent of "-fsjlj-exceptions".David E. O'Brien1998-07-221-18/+10
| | | | Notes: svn path=/head/; revision=12059
* Fix this port so that it can find crt0.o in /usr/lib/aout on recentJohn Polstra1998-06-303-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -current systems. Fix the definition of the preprocessor symbol __FreeBSD__. It had been defined as "2=3". Implement support for weak symbols. This solves the "___error" undefined problem on -current systems. Default to -fsjlj-exceptions even for C programs. This is needed because a few modules in libgcc are built with -fexceptions turned on, and the default style of exception support causes croakage. I tried a make buildworld on a recent -current system by adding the following to /etc/make.conf: CC=/usr/local/bin/gcc28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ CXX=/usr/local/bin/g++28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ It got pretty far along before dying. The death occurred when building our old native libstdc++, almost certainly because of header file incompatibilities. Another obstacle for make world is that this port doesn't currently build a PIC version of libgcc (libgcc_pic.a). Notes: svn path=/head/; revision=11633
* Unmark it broken, it worked when I emptied /usr/local.Satoshi Asami1998-06-101-3/+1
| | | | Notes: svn path=/head/; revision=11381
* for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 ↵Satoshi Asami1998-06-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _eh_compat _pure; \ do \ echo ${name}; \ ./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I. -I./config -c -DL${name} \ ./libgcc2.c -o ${name}.o; \ if [ $? -eq 0 ] ; then true; else exit 1; fi; \ ar rc tmplibgcc2.a ${name}.o; \ rm -f ${name}.o; \ done _muldi3 : _fixunsdfsi In file included from include/limits.h:116, from include/syslimits.h:7, from include/limits.h:11, from ./libgcc2.c:1085: /usr/local/lib/gcc-lib/i386-unknown-freebsd2.2.6/2.8.1/include/limits.h:212: unbalanced `#endif' Notes: svn path=/head/; revision=11288
* Fix the LINK_SPEC for a.out.David E. O'Brien1998-05-221-4/+25
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=11100
* Update comment and descriptions.David E. O'Brien1998-04-302-4/+5
| | | | Notes: svn path=/head/; revision=10794
* Sync-up CPP predefines w/our stock compiler and EGCS.David E. O'Brien1998-04-122-22/+11
| | | | | | | | 1. we are not 386BSD 2. ELF shouldn't need "-fsjlj-exceptions" Notes: svn path=/head/; revision=10494
* Bump comment from 2.8 to 2.8.1.David E. O'Brien1998-04-121-2/+2
| | | | Notes: svn path=/head/; revision=10493
* Define __FreeBSD__ to be the major version (rather than empty).David E. O'Brien1998-03-113-1/+53
| | | | | | | | Add -fsjlj-exceptions as the default. Requested by: John Fiber Notes: svn path=/head/; revision=10113
* Upgrade to 2.8.1David E. O'Brien1998-03-103-36/+36
| | | | Notes: svn path=/head/; revision=10090
* Fix missing brace in the pre-install target.John Fieber1998-03-091-2/+2
| | | | Notes: svn path=/head/; revision=10081
* Abstract this more to make building on non-x86 easiler.David E. O'Brien1998-03-062-32/+32
| | | | Notes: svn path=/head/; revision=10051
* Latest install hacks for GCC 2.8.David E. O'Brien1998-03-052-40/+51
| | | | | | | | The changes were done to closely match the upcoming libstdc++ port I will commit shortly. Notes: svn path=/head/; revision=10044
* Build the gcc28 we install with itself rather than /usr/bin/cc.David E. O'Brien1998-03-042-5/+13
| | | | | | | | Renamed manpages to <binanary>28.1.gz to reduce namespace conflicts. Added bin/gcc28 and bin/g++28. Notes: svn path=/head/; revision=10031
* Gcc/G++ version 2.8.0. Includes greatly improved C++ compiler and latestDavid E. O'Brien1998-01-165-0/+121
SGI reference STL. Notes: svn path=/head/; revision=9348