summaryrefslogtreecommitdiff
path: root/cross/COMMON
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-4/+4
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-02-16Try removing lib/gcc-lib.wiz1-1/+2
2006-01-05Regenerate patch, DragonFly's patch doesn't like it.joerg1-20/+16
2006-01-05Fix GCC 3.4: prototype and implementation mismatch.joerg1-0/+13
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-27Fixed a typo (UES_TOOLS => USE_TOOLS).rillig1-2/+2
2005-06-20Prevent paths to the build work directories being included in the packages.kristerw1-2/+4
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-2/+2
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Note that we'll need to use patch to apply the various toolchain patches.jlam1-1/+2
2005-04-18Set some SITES_* variables to speed up finding the appropriate download site.wiz1-4/+4
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-07-09Adjust after update of cross/binutils, and bump PKGREVISIONkristerw7-587/+15
for the packages depending on it.
2004-07-06Remove references to buildlink2.wiz1-5/+1
2004-01-25replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-30DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).kristerw1-2/+2
2002-10-03Use autoconf.mk.wiz1-2/+4
2002-09-30Adapt for buildlink2 usage, and fix up CFLAGS/CXXFLAGS so that they don'tjlam1-1/+11
carry optimizations for the native compiler.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-03-28Sync with BUILD_DEPENDS semantics change.toshii1-2/+2
2001-03-10Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.wiz1-9/+10
Fixes pkg/7006.
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-29Some more MESSAGE cleanup.wiz1-1/+2
2001-01-29Add a 'cross-env' script which helps set up the environment for crossabs1-2/+2
compiling or similar. Based on various postings and notes from the site.
2001-01-22sync with gnu/dist/gas/config/tc-sh.c rev. 1.2msaitoh1-0/+11
2001-01-22patches for sh3. Sync with:msaitoh1-0/+746
gnu/dist/gcc/config/sh/sh.c rev. 1.7 sh.h rev. 1.5 sh.md rev. 1.7
2001-01-09on egcs installation, use install-multilib if we are using multilib target.itojun1-2/+8
fixes libgcc.a build problem mentioned on port-sh3. we should not hardcode targets into egcs-install, we should modify egcs/gcc/Makefile.in and obey whatever configure decided...
2001-01-04add sh*- and shel*- targets.itojun2-0/+991
XXX there seem to be gcc internal issue with sh3 code generator, specifically with -O2. sys/nfs/* bombs with internal error.
2000-11-09pax -> ${PAX}, chown -> ${CHOWN}, test -> ${TEST}wiz1-6/+6
2000-09-30Move this into .../COMMON/patches-egcs/, where it belongs.fredb1-0/+13
2000-06-11Pull in the change to only do the null format string check if -pedantic.mycroft1-0/+14
2000-06-01picking nits...wiz1-2/+2
2000-02-19Oops, fatal typo. (s/#ifndef/#ifdef/)tsutsui1-2/+2
Apologies for my fault.
2000-02-19- Add support of mipseb target.tsutsui2-25/+125
- Make cross-packages compile on mips and powerpc hosts.
2000-02-19Add a patch for mipseb target.tsutsui1-0/+45
1999-12-18Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, andwrstuden1-2/+2
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-10-27Provide --with-gxx-include-dir explicitly, to match expectationsfredb1-2/+4
in PLIST-egcs-cxx-runtime. Fixing the PLIST, instead, would cause the installed files to collide with the other cross compilers.
1999-07-16Added BUILD_DEPENDS+= autoheader:../../devel/autoconf as egcs build dependswrstuden1-1/+2
on autoheader. Granted these packages aren't doing well, but this closes PR 7784 by Kazuki Sakamoto <sakamoto@netbsd.org>
1999-05-21disable sparc64 support for now; it kills sparc-netbsdelf which is actually ↵mrg1-2/+4
very useful right now.
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-14patches to egcs for i386-netbsdelf.mrg3-0/+657
1999-02-05pull in a patch to make the sparc-netbsdelf compiler work for userlandmrg1-0/+21
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-13Add --enable-64-bit-bfd to gas's configure args to match binutils pkg'stv1-2/+2
args.
1999-01-06Fix this patch as for binutils.tv1-7/+7
1999-01-06Fix these patches: they work now on very -current.tv1-7/+9
1999-01-06Ditto, for egcs.tv1-0/+39
1999-01-06Fix handling of sys_{errlist,nerr} in strerror.c.tv1-0/+39