aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-gcc
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Update cross-binutils to 2.21.Stanislav Sedov2011-04-032-21/+24
| | | | | | | | | | | | - Update cross-gcc to 4.5.2. - Update cross-gdb to 7.2 - Update corresponding rtems patches. PR: ports/155301 (based on) Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> Notes: svn path=/head/; revision=272134
* - Mark BROKEN: does not buildPav Lucistnik2010-11-191-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=264815
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-2/+2
| | | | Notes: svn path=/head/; revision=256398
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Update cross-gcc to 4.4.2 and newlib to 1.17.0.Stanislav Sedov2009-12-162-18/+18
| | | | Notes: svn path=/head/; revision=245950
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
| | | | Notes: svn path=/head/; revision=233833
* - Update to 4.3.2.Stanislav Sedov2009-04-103-26/+34
| | | | Notes: svn path=/head/; revision=232000
* Chase mpfr library.Alex Dupre2009-01-301-1/+1
| | | | Notes: svn path=/head/; revision=227228
* - Do not strip target binaries. It causes problems in some cases.Stanislav Sedov2008-12-061-0/+1
| | | | | | | | PR: ports/128434 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=223885
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Use fresh RTEMS patches to allow RTEMS 4.9 to compile fineStanislav Sedov2008-05-122-10/+10
| | | | | | | | | - bump PORTREVISION. Submitted by: Mark Fullmer <maf@eng.oar.net> Notes: svn path=/head/; revision=212946
* - Update gcc to 4.2.3Stanislav Sedov2008-04-132-17/+17
| | | | | | | - update newlib to 1.16.0. Notes: svn path=/head/; revision=211178
* - Mark BROKEN on respective targets/archsPav Lucistnik2007-12-161-0/+6
| | | | Notes: svn path=/head/; revision=203888
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Chase mpfr library and bump PORTREVISION.Alex Dupre2007-08-301-2/+2
| | | | Notes: svn path=/head/; revision=198517
* - Set correct (though fake) PKGNAMEPREFIX if target archs/ABIStanislav Sedov2007-06-271-1/+1
| | | | | | | was not selected. Notes: svn path=/head/; revision=194358
* - Don't touch gcc libdir, it have troubles discovering libc objects in case ofStanislav Sedov2007-06-251-7/+35
| | | | | | | | | | | | | | non-default locations - Don't install libiberty (not needed) - Fix a typo in comment [1] - Generate correct dependency list in case if target arch and abi were not specified by setting fake OURTARGET value [1] - Bump up PORTREVISION. Noticed by: pav [1] Notes: svn path=/head/; revision=194259
* - Fix index breakage [1]Stanislav Sedov2007-06-241-1/+1
| | | | | | | | | - Fix expiration date. Noticed by: erwin [1] Notes: svn path=/head/; revision=194192
* - Add devel/cross-gcc port.Stanislav Sedov2007-06-244-0/+277
FSF gcc for cross-target development. This port brings C, C++ and Objective C compillers with all target libraries (libstdc++, libsupc++, libobjc, libssp, libgcc). Gloss and libc layer are provided through newlib embedded C library. It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc) for this architecture. WWW: http://gcc.gnu.org/ Notes: svn path=/head/; revision=194155