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