aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcc
Commit message (Collapse)AuthorAgeFilesLines
* - Fix index breakage [1]Stanislav Sedov2007-06-241-2/+0
| | | | | | | | | - Fix expiration date. Noticed by: erwin [1] Notes: svn path=/head/; revision=194192
* - Update the rtems ports collection. Now these ports will be slaves ofStanislav Sedov2007-06-2417-4099/+8
| | | | | | | | | | | | | | | | | | more generic cross-* ports, that will simplify updating and bug fixes. * Update binutils to 2.17 * Update gcc to 4.2.0 * Update gdb to 6.6 - Deprecate ports for i960 architecture abandoned by mainstream - Deprecate *-g77 and *-objc ports, support for these languages can be enabled via OPTIONS in relative *-gcc ports. - Take maintainership. Approved by: ade (maintainer) Notes: svn path=/head/; revision=194159
* Since there are a number of issues associated with the *-rtems-* portsAde Lovett2007-06-111-1/+1
| | | | | | | | | | as a result of the new gettext, and given the jeh@ is currently on sabbatical, with these ports (amongst others) being reset to ports@, temporarily take over maintainership to cut through a little red tape to get things back in order. Notes: svn path=/head/; revision=193205
* Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.Mark Linimon2007-06-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=192882
* Various slave ports are broken with the new gcc 4.2 in HEAD.Ade Lovett2007-06-051-0/+4
| | | | | | | | | | | For simplicities sake, mark the master port as broken until such time as it can be fixed. Submitted by: krismail Approved by: maintainer on sabattical Notes: svn path=/head/; revision=192831
* Fix gettext charset.alias overwriting breakage.Ade Lovett2007-05-302-3/+8
| | | | | | | Maintainer currently has commit bit in safe-keeping. Notes: svn path=/head/; revision=192361
* - Fix build by explicitly tell configure how to correctly link gettextJames E. Housley2007-04-1610-15/+22
| | | | | | | | | | | | - Add extra empty line between PATCH_SITES and DISTFILES to make portlint(1) happy - Use += for *_DEPENDS after pre.mk to per portlint(1) Submitted By: Rong-En Fan PR: 111404 Notes: svn path=/head/; revision=190099
* BROKEN: Incorrect handling of charset.aliasKris Kennaway2007-04-141-0/+2
| | | | Notes: svn path=/head/; revision=189967
* It is only the m68k and sh ports that fail to build everywhere.Kris Kennaway2006-08-171-7/+1
| | | | | | | Correct an apparent logic error. Notes: svn path=/head/; revision=170894
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Various kinds of BROKEN:Kris Kennaway2006-02-251-6/+16
| | | | | | | | | | | RTEMS_ARCH=sh broken everywhere RTEMS_ARCH=m68k broken everywhere RTEMS_ARCH=powerpc and arm broken on sparc64 Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156810
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove trailing spaces from the plist filesJames E. Housley2005-12-232-19/+19
| | | | Notes: svn path=/head/; revision=151923
* Tell GCC's config.gcc that we now have FreeBSD7Poul-Henning Kamp2005-12-233-3/+38
| | | | Notes: svn path=/head/; revision=151901
* sparc64 6.0 seems to be buildable now.Kris Kennaway2005-10-281-2/+2
| | | | Notes: svn path=/head/; revision=146621
* BROKEN on 7.0: Configure failsKris Kennaway2005-10-281-0/+4
| | | | Notes: svn path=/head/; revision=146619
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN on sparc64: Configure failsKris Kennaway2005-03-261-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132044
* m68k-rtems-gcc is BROKEN on !i386: internal compiler error during buildKris Kennaway2004-12-041-0/+4
| | | | Notes: svn path=/head/; revision=123078
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-5/+2
| | | | Notes: svn path=/head/; revision=110841
* Don't remove a file we didn't install.Kris Kennaway2004-05-318-8/+0
| | | | Notes: svn path=/head/; revision=110486
* BROKEN on amd64: Configure failsKris Kennaway2004-03-291-0/+4
| | | | Notes: svn path=/head/; revision=105586
* Switch to using WITHOUT_CPU_CFLAGS again.James E. Housley2004-02-041-6/+1
| | | | Notes: svn path=/head/; revision=100003
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add SIZEJames E. Housley2004-01-291-0/+4
| | | | Notes: svn path=/head/; revision=99434
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Revert back to previous method to remove the CPU related entries fromJames E. Housley2004-01-221-3/+8
| | | | | | | | CFLAGS. At least on 4.9, the new changes to bsd.port.mk don't like if _CPUCFLAGS is empty. Notes: svn path=/head/; revision=98791
* Remove my hack to remove CPU_CFLAGS and use the new WITHOUT_CPU_CFLAGSJames E. Housley2004-01-211-8/+3
| | | | | | | feature in bsd.port.mk Notes: svn path=/head/; revision=98696
* I was getting a recursive error on CFLAGS I didn't get on 5.xJames E. Housley2003-11-201-2/+2
| | | | Notes: svn path=/head/; revision=94418
* On kris@ suggestion use _CPUCFLAGS to get -mtune also. And I had forgottenJames E. Housley2003-11-201-1/+2
| | | | | | | CXXFLAGS Notes: svn path=/head/; revision=94417
* Since once mk/bsd.cpu.mk adds the -mcpu and/or -march flags they can'tJames E. Housley2003-11-191-2/+6
| | | | | | | | | be removed. And setting NO_CPU_CFLAGS in a ports Makefile does not help. It might be nice if Mk/bsd.port.mk would remove it if NO_CPU_CFLAGS was set, patch coming soon. Notes: svn path=/head/; revision=94415
* Update the COMMENT and pkg-description to reflect JAVA as being in hereJames E. Housley2003-11-182-6/+6
| | | | Notes: svn path=/head/; revision=94251
* * UPdate the *-rtems-gcc ports to include gcj (Java). Since the gcjJames E. Housley2003-11-189-8/+79
| | | | | | | | | depends so heavily on c++ it was getting silly to keep it seperate for all the mangeling of the Makefiles that was required * Remove the *-rtems-gcj ports (MOVED) to be commited next. Notes: svn path=/head/; revision=94248
* Put a comment warning about USE_AUTOHEADER and USE_AUTOCONFJames E. Housley2003-11-171-0/+3
| | | | Notes: svn path=/head/; revision=94180
* I believe with the upgrade to gcc-3.2.3 these are no longer broken on 5.xJames E. Housley2003-11-171-4/+0
| | | | Notes: svn path=/head/; revision=94174
* Fix the usage of MASTERDIR in both the slave and master port as mentionedJames E. Housley2003-11-171-7/+6
| | | | | | | in PR: 59254 Notes: svn path=/head/; revision=94145
* Wrong directoryJames E. Housley2003-11-178-0/+8
| | | | Notes: svn path=/head/; revision=94135
* Second part of the gccbug commitJames E. Housley2003-11-178-8/+0
| | | | Notes: svn path=/head/; revision=94134
* Install the .info files with a ???-rtems- prefix so they don't confilct.James E. Housley2003-11-161-6/+36
| | | | Notes: svn path=/head/; revision=94132
* Add MACHINE_ARCH to MAKE_ENV to try and stop stupid breakage on 5.xJames E. Housley2003-11-031-1/+3
| | | | | | | | | bento builds caused by it forcing it's maching arch onto the ports. No PORTREVISION bump required, they don't build now. Notes: svn path=/head/; revision=92960
* Fix the MASTER_SITEJames E. Housley2003-10-311-2/+2
| | | | Notes: svn path=/head/; revision=92670
* Update to the latest version from RTEMS, gcc-3.2.3 with newlib-1.11.0James E. Housley2003-10-2912-2296/+2307
| | | | | | | | This does not include PR 58548 because I could not get it to work no matter what I tried. Notes: svn path=/head/; revision=92506
* Update URLs, from oarcorp.com to rtems.comJames E. Housley2003-09-022-2/+2
| | | | Notes: svn path=/head/; revision=88312
* Use the new INFO= directiveJames E. Housley2003-08-089-505/+1
| | | | Notes: svn path=/head/; revision=86582
* BROKEN on 5.1: does not buildKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81224
* Remove pkg-comment and place in MakefileJames E. Housley2003-03-032-1/+1
| | | | Notes: svn path=/head/; revision=76777
* Since bento seems to specify CPUCFLAGS on some archs, and the breaks the ↵James E. Housley2003-02-191-0/+1
| | | | | | | cross compiler, prevent them Notes: svn path=/head/; revision=75904
* Fix version in commentJames E. Housley2003-02-101-1/+1
| | | | Notes: svn path=/head/; revision=75242
* Upgrade to gcc-3.2.1. This also finially fixes 'sh'.James E. Housley2003-02-0313-2143/+3379
| | | | Notes: svn path=/head/; revision=74563