aboutsummaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-5/+2
| | | | Notes: svn path=/head/; revision=110841
* 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
* 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-181-1/+1
| | | | Notes: svn path=/head/; revision=94251
* * UPdate the *-rtems-gcc ports to include gcj (Java). Since the gcjJames E. Housley2003-11-181-7/+14
| | | | | | | | | 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
* 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-291-8/+16
| | | | | | | | 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-021-1/+1
| | | | Notes: svn path=/head/; revision=88312
* Use the new INFO= directiveJames E. Housley2003-08-081-1/+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-031-0/+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
* Upgrade to gcc-3.2.1. This also finially fixes 'sh'.James E. Housley2003-02-031-6/+9
| | | | Notes: svn path=/head/; revision=74563
* 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
* 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-131-5/+5
| | | | Notes: svn path=/head/; revision=48739
* Update the rest of the GCC port to use the more common GCC tarbal.James E. Housley2001-07-021-4/+3
| | | | Notes: svn path=/head/; revision=44663
* Upgrade to use newlib-1.9.0James E. Housley2001-04-101-4/+4
| | | | | | | Also use the latest rtems patches Notes: svn path=/head/; revision=41234
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38323
* Update to bring in sync with patch level 11.James E. Housley2000-12-181-4/+4
| | | | | | | Readd pkg-plist.mips.rtems Notes: svn path=/head/; revision=36069
* Clean up the patch section of the Makefile. Added one level ofJames E. Housley2000-10-181-6/+3
| | | | | | | directories to patch-aa to make the Makefile simpler Notes: svn path=/head/; revision=33972
* 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-gcc to the newest patches. This alsoAde Lovett2000-09-181-6/+7
| | | | | | | | | | removes the "extra" file problems. PR: 21004 Submitted by: maintainer Notes: svn path=/head/; revision=32808
* We need autoheader to correctly build this port.Steve Price2000-07-161-1/+2
| | | | | | | | PR: 19919 Submitted by: maintainer Notes: svn path=/head/; revision=30711
* C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS forSteve Price2000-07-101-0/+74
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