summaryrefslogtreecommitdiff
path: root/cross/binutils/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-30buildlink1 -> buildlink2jlam1-1/+2
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-3/+3
2001-03-13Previous check (for "." being present in PATH) was incorrect in instancesagc1-3/+9
where "." occurred after the directory containing ld. Rework the check to see which ld executable is actually found. Pointed out by Thomas Klausner.
2001-03-13Add a check for cwd in the $PATH (if "." is present, configuration stepagc1-1/+7
will fail). Addresses PR 10988
2001-02-28whitespace fixwiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-29Add a 'cross-env' script which helps set up the environment for crossabs1-2/+10
compiling or similar. Based on various postings and notes from the site.
2001-01-24Oops, forgot to add this:tsutsui1-2/+2
> Add m68k-netbsdelf target.
2001-01-04split sh*- and shel-*.itojun1-2/+9
based on ftp://ftp.netbsd.org/pub/NetBSD/arch/sh3/crosskit/. XXX due to /bin/sh restriction in ld/config.status, we can accomodate no more archs. we need to change ld/{Makefile,configure}.in
2000-08-14Retire USE_PKGLIBTOOL in favour of USE_LIBTOOL.wiz1-2/+3
Use LTCONFIG_OVERRIDE, and thus remove four patches. Update PLIST for arm and mipse[bl] additions.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-02-19Add mipse[bl]-netbsd to targets.tsutsui1-2/+2
1999-12-18Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, andwrstuden1-3/+6
libiberty.a. Lets other packages link against this libbfd. Discussed with Todd, and an interum fix until he can bash on this package some more.
1999-12-15files -> ${FILESDIR}, and make EXTRACT_USING_PAX= work again.fredb1-2/+2
1999-12-06Add arm-netbsd to bfd target.sakamoto1-2/+2
1999-09-28Fix EXTRACT_USING_PAX case. Closes PR 7785.fredb1-3/+3
1999-09-28Fix last commit. "tar" works as intended. Commentfredb1-2/+3
out the EXTRACT_USING_PAX case; it's still broken.
1999-09-27Handle "exclude" files in a consistent fashion. The ideafredb1-5/+2
is to save time and disk space by not extracting unneeded files. Closes PR pkg/8498.
1999-05-21disable sparc64 support for now; it kills sparc-netbsdelf which is actually ↵mrg1-6/+9
very useful right now.
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-2/+7
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-02-18Let's try this again; we need *both* slashes.tv1-2/+2
1999-02-18Re-add the slash in the binutils directory modifier. Noticed in PRtv1-2/+2
pkg/7005 in certain configurations.
1999-02-03The pathname doesn't need a slash for the master site subdirectory.tv1-2/+2
1999-02-03Fix MASTER_SITES for the binutils package.tv1-2/+2
1999-01-07Forget gprof until I figure out why it's not properly configuring.tv1-4/+3
1999-01-06Add a hack --target argument so this builds on not yet supported NetBSDtv1-2/+4
hosts (don't use --host as default --target).
1999-01-04Major `cross' category overhaul. Clean up the shared Makefiles; move alltv1-0/+62
binutils stuff (except gas) to a shared, multiple-target binutils build; reduce extract and compile times by being more specific with files and targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist tree; add 4.4BSD a.out archive support to binutils.