summaryrefslogtreecommitdiff
path: root/devel/prc-tools-gcc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-25 17:39:16 +0000
committerwiz <wiz@pkgsrc.org>2001-04-25 17:39:16 +0000
commit9660ab3557d28592d0a3954cf7a8039afe9ae90c (patch)
treed118654cb51dcb716327b971b81b226d4a5265f3 /devel/prc-tools-gcc/Makefile
parentf9f0edb39f3566564e55a6afe22e730ec85f4ad0 (diff)
downloadpkgsrc-9660ab3557d28592d0a3954cf7a8039afe9ae90c.tar.gz
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.
Diffstat (limited to 'devel/prc-tools-gcc/Makefile')
-rw-r--r--devel/prc-tools-gcc/Makefile19
1 files changed, 19 insertions, 0 deletions
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"