aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix the build problem of *-rtems-gcc on CURRENT due to conflictingAkinori MUSHA2002-12-162-0/+70
| | | | | | | | | | declarations of sys_nerr, sys_errlist and sys_nsig. Obtained from: lang/gcc295 Submitted by: bento Notes: svn path=/head/; revision=71678
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-2/+2
| | | | Notes: svn path=/head/; revision=68365
* Update to use the new grouping capability. This allows the removalJames E. Housley2002-07-101-4/+6
| | | | | | | | | | of the rtems-gcc hack to fetch the files from a different subdir then newlib lived in. Remove devel/rtems-gcc No functionality change so no PORTREVSION bump. Notes: svn path=/head/; revision=62759
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Minor update in where the files are fetched from. Maybe nowJames E. Housley2001-10-161-2/+2
| | | | | | | | | | | | I will stop getting "Unfetchable distfiles" message for files that do get fetched in the real-world (tm). Suggested by sf, and changed. Also update i386-rtems-g77/Makefile: s/F77/G77/g Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Notes: svn path=/head/; revision=48825
* Upgrade all the GCC based RTEMS ports to gcc-2.95.3James E. Housley2001-10-1311-508/+516
| | | | Notes: svn path=/head/; revision=48739
* Update the rest of the GCC port to use the more common GCC tarbal.James E. Housley2001-07-022-8/+7
| | | | Notes: svn path=/head/; revision=44663
* Add the pkg-list files for the new arm-rtems portsJames E. Housley2001-04-171-0/+307
| | | | Notes: svn path=/head/; revision=41546