summaryrefslogtreecommitdiff
path: root/cross/binutils
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Add buildlink3 file.wiz1-0/+18
2005-04-05Sort lines for pkglint.wiz1-2/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-02Add one more missing file.kristerw2-3/+5
Bump PKGREVISION.
2004-08-02Add a missing include file.kristerw2-2/+5
Bump PKGREVISION.
2004-07-09Update to binutils-2.15.kristerw21-2082/+1625
Changes since binutils-2.9 are not easy to summarize, since it represent more than 6 years of active development... Solves PR pkg/13442.
2004-07-02Convert to bl3 (tested on 1.6.2, does not build on 2.0).wiz1-2/+2
2004-05-11Unused.wiz1-30/+0
2004-04-24This package complains it needs GNU m4 -- give it what it wants.wiz1-2/+2
Remove superfluous LTCONFIG_OVERRIDE.
2004-03-02Do not override config.guess and config.sub. The configurekristerw1-1/+3
script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files.
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-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-09-30Add a buildlink2.mk file for other packages to use.jlam1-0/+30
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?
2002-03-13quote $@abs1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll1-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-3/+3
2001-04-21Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-05Standardize patch file names, at least a bit.wiz3-20/+20
2001-03-15add some ldscripts, and sort.wiz1-6/+16
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.wiz2-2/+2
2001-01-29Add a 'cross-env' script which helps set up the environment for crossabs3-3/+75
compiling or similar. Based on various postings and notes from the site.
2001-01-24add RCS Idwiz1-0/+1
2001-01-24Oops, forgot to add this:tsutsui1-2/+2
> Add m68k-netbsdelf target.
2001-01-24Add m68k-netbsdlef target.tsutsui3-2/+81
2001-01-24Bring ELF BSS alignment fix from main trunk:tsutsui2-1/+15
gnusrc/gnu/dist/bfd/elf.c 1.2->1.3
2001-01-24Update PLIST for mipseb LDEMULATION fix.tsutsui1-7/+7
2001-01-06regen. (patch-mips fix)tsutsui1-2/+2
2001-01-06emulparams for mips should be elf32bmip, not elf32ebmip.tsutsui1-2/+2
2001-01-04split sh*- and shel-*.itojun3-3/+421
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-12-16Fix installation. Closes pkg/11690.wiz1-3/+3
2000-08-14Retire USE_PKGLIBTOOL in favour of USE_LIBTOOL.wiz7-92/+19
Use LTCONFIG_OVERRIDE, and thus remove four patches. Update PLIST for arm and mipse[bl] additions.
2000-08-09regen.jun1-0/+20
2000-08-09On port-hpcmips-ja@jp.netbsd.org:jun1-0/+116
shin@sm.sony.co.jp <10007180619.AA00274@lachesis.sm.sony.co.jp> tsutsui@ceres.dti.ne.jp <200008031537.e73Fb0S25554@mirage.ceres.dti.ne.jp> the pkgsrc cross linker did not know -nostdlib option,and -nostdlib option works such as -n option. -n is NMAGIC output option. this misunderstanding makes bad alignment and bad address dynamic-linked binary. cf. On ftp://ftp.netbsd.org/pub/NetBSD/arch/hpcmips/snapshot/20000620-1.5, dynamic-linked binary is almost broken.
2000-06-11Fix problems with uninitialized data, mostly on MIPS.mycroft2-14/+42
2000-06-11Include directory name.mycroft1-3/+3
2000-06-11Import the NUL termination bug fix from -current.mycroft1-0/+19
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-05-04defuzzrh1-6/+8