summaryrefslogtreecommitdiff
path: root/cross/binutils
AgeCommit message (Collapse)AuthorFilesLines
2000-02-19Add mipse[bl]-netbsd to targets.tsutsui2-2/+34
1999-12-18Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, andwrstuden2-4/+10
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.fredb2-3/+2
1999-12-06Add arm-netbsd to bfd target.sakamoto2-2/+750
1999-10-27Remove ldscripts/elf64_sparc.x* from PLIST,fredb1-7/+1
as these are not installed for some reason.
1999-09-28Fix EXTRACT_USING_PAX case. Closes PR 7785.fredb1-3/+3
1999-09-28Fix last commit. "tar" works as intended. Commentfredb2-6/+7
out the EXTRACT_USING_PAX case; it's still broken.
1999-09-27Handle "exclude" files in a consistent fashion. The ideafredb2-8/+6
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.tv2-6/+4
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-06Fix these patches: they work now on very -current.tv1-7/+9
1999-01-06Fix handling of sys_{errlist,nerr} in strerror.c.tv1-0/+39
1999-01-06Add the first NetBSD-targeted cross compiler, cross-netbsd-powerpc.tv1-0/+13
Installs only the compiler, no headers or runtime link libraries.
1999-01-04Major `cross' category overhaul. Clean up the shared Makefiles; move alltv18-0/+782
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.