summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
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-03-28add autoconf (-> autoheader) as BUILD_DEPENDhubertf1-2/+3
1999-03-28Update to newest copy.christos2-4/+5
1999-03-16Update to newer version:christos2-4/+4
- compile with -Wall - add domainname cruft - fix include files - update to the latest .mk macros - remove unneeded files - run the correct version of make
1999-03-15Fix the checksum.christos1-2/+2
1999-03-15- Update to the latest copy.christos1-2/+2
- Hopefully I merged all Alistair's changes XXX: Need to put the source on cvs somewhere to keep track of changes.
1999-03-09Add and enable zoularis.agc1-1/+2
1999-03-09Initial import of zoularis, the NetBSD-on-Solaris environment, by Christosagc5-0/+37
Zoulas. This package provides Solaris with the necessary headers, libraries and support files to compile NetBSD utilities on Solaris.
1999-02-18Let's try this again; we need *both* slashes.tv2-4/+4
1999-02-18Re-add the slash in the binutils directory modifier. Noticed in PRtv2-4/+4
pkg/7005 in certain configurations.
1999-02-14patches to egcs for i386-netbsdelf.mrg3-0/+657
1999-02-14a netbsd/i386 ELF compiler.mrg8-0/+80
1999-02-05pull in a patch to make the sparc-netbsdelf compiler work for userlandmrg1-0/+21
1999-02-04patch configure.in also.mrg1-0/+21
1999-02-03a 32bit sparc ELF cross compiler. stolen from the sparc64 one.mrg3-2/+23
1999-02-03The pathname doesn't need a slash for the master site subdirectory.tv2-4/+4
1999-02-03Add sparc-netbsdelf.tv1-1/+2
1999-02-03Add sparc-netbsdelf by request of mrg.tv7-0/+61
1999-02-03Fix MASTER_SITES for the binutils package.tv2-4/+4
1999-01-31Uh, re-add mistakenly deleted patch for gas/configure.tv1-0/+21
1999-01-31uh, this is _NOT_ valid here..mrg1-21/+0
1999-01-18s/powerpc/sparc64/. :-)mrg2-2/+2
1999-01-13Add --enable-64-bit-bfd to gas's configure args to match binutils pkg'stv1-2/+2
args.
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 this patch as for binutils.tv1-7/+7
1999-01-06Fix these patches: they work now on very -current.tv2-14/+18
1999-01-06Ditto, for egcs.tv1-0/+39
1999-01-06Fix handling of sys_{errlist,nerr} in strerror.c.tv2-0/+78
1999-01-06Add and enable cross-sparc64-netbsd.tv1-1/+2
1999-01-06Add cross-sparc64-netbsd, similar setup as cross-powerpc-netbsd.tv7-0/+61
1999-01-06Add and enable [cross-]powerpc-netbsd.tv1-1/+2
1999-01-06Add the first NetBSD-targeted cross compiler, cross-netbsd-powerpc.tv8-0/+66
Installs only the compiler, no headers or runtime link libraries.
1999-01-06Split the PLIST stuff into separate languages, and add support for atv9-165/+245
`no-runtime' configuration.
1999-01-04The correct LDEMULATION value is `elf_i386'.tv1-2/+2
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 alltv38-180/+1141
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-26Fix location of wmemu2b.zip.tv1-2/+2
1998-08-26Better HOMEPAGEtsarna1-1/+2
1998-08-23Set default MAINTAINER.frueauf3-6/+12
1998-08-23Add missing $NetBSD$ comment.frueauf1-0/+1
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-14Cross-compiler for x86 Linux, libc v6 aka glibc v2 (RedHat 5.x, fortv7-1/+756
instance).
1998-08-13This patch needs to be relative to ${WRKSRC}.tv1-3/+3
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-12Remove v2misc dist subdirectory. Not used for either DJGPP distfile.tv1-2/+1
1998-08-12Add i386-msdosdjgpp, a cross environment for a target of MS-DOS on 386+tv8-1/+272
with DPMI. (Includes Win'95 and WinNT command windows.)
1998-08-12Add and enable category "cross".tv1-0/+5