From 9660ab3557d28592d0a3954cf7a8039afe9ae90c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 Apr 2001 17:39:16 +0000 Subject: PRC-Tools is a complete compiler tool chain for building Palm OS 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. --- devel/prc-tools-gcc/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/prc-tools-gcc/Makefile (limited to 'devel/prc-tools-gcc/Makefile') diff --git a/devel/prc-tools-gcc/Makefile b/devel/prc-tools-gcc/Makefile new file mode 100644 index 00000000000..446a70318e8 --- /dev/null +++ b/devel/prc-tools-gcc/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/25 17:39:16 wiz Exp $ +# + +PKGNAME= prc-tools-gcc-${PRC_TOOLS_VERS} + +BASE_DIST= gcc +BASE_VERS= 2.95.2 + +DEPENDS+= prc-tools-binutils>=2.0:../../devel/prc-tools-binutils + +COMMENT= gcc for GNU tool chain for Palm cross development + +ALL_TARGET= all-gcc +INSTALL_TARGET= install-gcc + +post-install: + @${RMDIR} ${PREFIX}/m68k-palmos/include + +.include "../../devel/prc-tools/Makefile.common" -- cgit v1.2.3