aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-g77
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Patch an obvious typo in the GCC g77 code pickedup by the new GCC compilerJames E. Housley2004-08-152-1/+12
| | | | | | | in -CURRENT Notes: svn path=/head/; revision=116268
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-5/+2
| | | | Notes: svn path=/head/; revision=110841
* Switch to using WITHOUT_CPU_CFLAGS again.James E. Housley2004-02-041-6/+1
| | | | Notes: svn path=/head/; revision=100003
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZEJames E. Housley2004-01-291-0/+4
| | | | Notes: svn path=/head/; revision=99434
* 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
* Fix build errors caused by cut-n-paste.James E. Housley2003-11-301-2/+2
| | | | | | | Approved by: portmgr (marcus@) Notes: svn path=/head/; revision=94831
* 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/+7
| | | | | | | | | 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
* 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-2/+1
| | | | | | | in PR: 59254 Notes: svn path=/head/; revision=94145
* Fix patchJames E. Housley2003-11-171-2/+2
| | | | Notes: svn path=/head/; revision=94137
* Don't install gccbug over the version installed by *-rtems-gccJames E. Housley2003-11-172-5/+6
| | | | Notes: svn path=/head/; revision=94133
* Fix distfile names so fetch works right.James E. Housley2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93493
* Fix the MASTER_SITEJames E. Housley2003-10-311-3/+2
| | | | Notes: svn path=/head/; revision=92670
* Add USE_REINPLACE=yes, that I forgot. No bump since it is highlyJames E. Housley2003-10-291-0/+1
| | | | | | | unlikely any harm was done in the last 5 minutes. Notes: svn path=/head/; revision=92511
* Update to gcc-3.2.3 and newlib-1.11.0James E. Housley2003-10-2911-58/+74
| | | | Notes: svn path=/head/; revision=92508
* Update URLs, from oarcorp.com to rtems.comJames E. Housley2003-09-022-2/+2
| | | | Notes: svn path=/head/; revision=88312
* 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 number in pkg-commentJames E. Housley2003-02-101-1/+1
| | | | Notes: svn path=/head/; revision=75243
* Upgrade RTEMS G77 to 3.2.1James E. Housley2003-02-0511-40/+273
| | | | Notes: svn path=/head/; revision=74834
* 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-6/+6
| | | | | | | | | | | | 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-25/+25
| | | | Notes: svn path=/head/; revision=48739
* Use the new devel/rtems-gcc port to fetch the gcc tarball. This alsoJames E. Housley2001-06-292-8/+7
| | | | | | | | has the added benifit of reducing the different number of the same or similar tarballs floating around. Notes: svn path=/head/; revision=44557
* Add the pkg-list files for the new arm-rtems portsJames E. Housley2001-04-171-0/+2
| | | | Notes: svn path=/head/; revision=41546
* Upgrade to use newlib-1.9.0James E. Housley2001-04-102-7/+7
| | | | | | | Also use the latest rtems patches Notes: svn path=/head/; revision=41234
* The mips64orion-rtems-* ports have been replaced by the more generalJames E. Housley2001-02-221-2/+0
| | | | | | | mips-rtems-* ports. It is now time to remove these. Notes: svn path=/head/; revision=38577
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38323
* Update to patchlevel 11James E. Housley2000-12-193-5/+7
| | | | | | | Reinstate mips-rtems-g77 Notes: svn path=/head/; revision=36133
* Remove these files so they won't be accidentally tagged for the release.Satoshi Asami2000-11-141-2/+0
| | | | | | | Submitted by: jeh Notes: svn path=/head/; revision=35139
* Clean up the patch section of the Makefile. Added one level ofJames E. Housley2000-10-183-14/+7
| | | | | | | directories to patch-a[ab] to make the Makefile simpler Notes: svn path=/head/; revision=33974
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-1/+1
| | | | | | | | Note: I'm not sure if this covers all the cases. If the maintainer can check to make sure I haven't missed something, it will be appreciated. Notes: svn path=/head/; revision=33499
* Change MAINTAINERship to my committers address.James E. Housley2000-10-021-1/+1
| | | | | | | Approved: will Notes: svn path=/head/; revision=33307
* Update *-rtems-g77 to the latest patches.Ade Lovett2000-09-1811-206/+134
| | | | | | | | | | Update to remove "extra" files. PR: 21027 Submitted by: maintainer Notes: svn path=/head/; revision=32810
* Use explicit autoheader dependency instead of USE_AUTOCONF becauseWill Andrews2000-08-111-1/+3
| | | | | | | | | USE_AUTOCONF breaks the build. Submitted by: maintainer Notes: svn path=/head/; revision=31532
* Add autoheader to build dependencies through USE_AUTOCONF.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20123, 20124, 20125, 20126 Submitted by: maintainer Notes: svn path=/head/; revision=31509
* C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS forSteve Price2000-07-1013-0/+294
the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors. PR: 19335 Submitted by: James Housley <jim@thehouselys.net> Notes: svn path=/head/; revision=30430