summaryrefslogtreecommitdiff
path: root/devel/prc-tools-gcc
AgeCommit message (Collapse)AuthorFilesLines
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-28Mark as USE_BUILDLINK_ONLY and clear CFLAGS,CXXFLAGS,CPPFLAGS before buildjlam1-1/+10
as they may contain arch-specific options, e.g. -mcpu=pentiumpro, that won't be understood by the xgcc built during the build phase.
2001-06-27Move inclusion of Makefile.common below BASE_DIST definition.jlam1-3/+3
2001-06-27Move inclusion of bsd.pkg.mk from Makefile.common to individual packagejlam1-5/+6
Makefiles. Move the inclusion of Makefile.common to the top of the individual Makefiles.
2001-04-30This needs autoconf, says the bulk build.wiz1-1/+2
2001-04-25PRC-Tools is a complete compiler tool chain for building Palm OSwiz7-0/+170
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.