aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-gcc
Commit message (Collapse)AuthorAgeFilesLines
* 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