summaryrefslogtreecommitdiff
path: root/cross/COMMON
AgeCommit message (Collapse)AuthorFilesLines
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
1999-01-06Split the PLIST stuff into separate languages, and add support for atv9-165/+245
`no-runtime' configuration.
1999-01-04Actually, don't overwrite GNUTARGET and LDEMULATION in the environment, sotv1-3/+3
that a user may override them conditionally.
1999-01-04Major `cross' category overhaul. Clean up the shared Makefiles; move alltv9-109/+265
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.
1998-08-20The Grand Homepagification:tsarna1-1/+3
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-14- Pass LDFLAGS_FOR_TARGET down to the built libraries, needed fortv2-6/+23
"-rpath-link". - Make sure that SYS_INCLUDE and SYS_LIB dependent stuff is only used if these variables are defined.
1998-08-12The common directory name is COMMON, not files.tv1-2/+2
1998-08-12Quell HAVE_VPRINTF warning until this is fixed in the egcs distfile.tv1-0/+10
1998-08-12Shared files used in many cross pkgs.tv5-0/+384