f79573370a
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.
30 lines
695 B
Makefile
30 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:57 jlam Exp $
|
|
#
|
|
|
|
PKGNAME= prc-tools-gcc-${PRC_TOOLS_VERS}
|
|
COMMENT= gcc for GNU tool chain for Palm cross development
|
|
|
|
BASE_DIST= gcc
|
|
BASE_VERS= 2.95.2
|
|
|
|
.include "../../devel/prc-tools/Makefile.common"
|
|
|
|
BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
|
|
DEPENDS+= prc-tools-binutils>=2.0:../../devel/prc-tools-binutils
|
|
|
|
ALL_TARGET= all-gcc
|
|
INSTALL_TARGET= install-gcc
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
post-install:
|
|
@${RMDIR} ${PREFIX}/m68k-palmos/include
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# Clear these as the xgcc built during the build phase might not recognize
|
|
# any arch-specific options specified.
|
|
#
|
|
CFLAGS= # empty
|
|
CXXFLAGS= # empty
|
|
CPPFLAGS= # empty
|