CVS commit: src/compat/arm/oabi

2021-06-17 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 18 06:34:00 UTC 2021 Removed Files: src/compat/arm/oabi: Makefile bsd.oabi.mk Log Message: remove obsolete files. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/compat/arm/oabi/Makefile cvs rdiff -u -r1.5 -r0

CVS commit: src/compat

2021-05-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon May 31 02:10:37 UTC 2021 Modified Files: src/compat: exec.mk Log Message: MIPS n64 dynamic binaries have worked for a while now, remove -static for these. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/compa

CVS commit: src/compat/mips64

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 18:44:05 UTC 2021 Modified Files: src/compat/mips64/n32: bsd.n32.mk src/compat/mips64/o32: bsd.o32.mk Log Message: define BFD_MACHINE_ARCH. This worked by accident before since the default 64 bit target was 32

CVS commit: src/compat

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:18:23 UTC 2021 Modified Files: src/compat: archdirs.mk src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk Added Files: src/compat/mips64/n32: Makefile bsd.n32.mk Log Message:

CVS commit: src/compat

2018-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 20 02:51:21 UTC 2018 Modified Files: src/compat: exec.mk Log Message: don't build kernel grovelling tools as n64 on sgimips - we don't actually have n64 kernels there. Yet. To generate a diff of this commit: cvs rdiff

CVS commit: src/compat

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 16 00:33:00 UTC 2018 Modified Files: src/compat: archdirs.mk Log Message: gcc aarch64 does not have multilib To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/compat/archdirs.mk Please note that diffs

CVS commit: src/compat/mips64/64

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:00:00 UTC 2018 Modified Files: src/compat/mips64/64: bsd.64.mk Log Message: fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/compat/mips64/64/bsd.64.mk Please note that diffs are not p

CVS commit: src/compat

2017-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 5 21:28:42 UTC 2017 Modified Files: src/compat: exec.mk Log Message: Don't mix abis in any CRUNCHEDPROG To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/compat/exec.mk Please note that diffs are not publi

CVS commit: src/compat/amd64/i386

2016-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 22 20:33:51 UTC 2016 Modified Files: src/compat/amd64/i386: bsd.i386.mk Log Message: add LIBGCC_MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/compat/amd64/i386/bsd.i386.mk Please note th

CVS commit: src/compat/mips64/o32

2016-10-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 7 19:10:37 UTC 2016 Modified Files: src/compat/mips64/o32: bsd.o32.mk Log Message: set LIBC_MACHINE_ARCH otherwise we don't get 'double' intrinsics. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/co

CVS commit: src/compat/arm/eabi

2015-07-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jul 5 20:19:29 UTC 2015 Modified Files: src/compat/arm/eabi: bsd.eabi.mk Log Message: Make clang happy by adding -mfpu=none to -mfloat-abi=soft To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/compat/arm/eabi/b

CVS commit: src/compat/mips64

2015-06-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jun 22 00:09:40 UTC 2015 Modified Files: src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk Log Message: Reduce the amount that's include protected. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/compat

2015-06-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jun 22 00:11:33 UTC 2015 Modified Files: src/compat: compatsubdir.mk Log Message: Add tests/share/mk and external/bsd/atf/tests/atf for MKCOMPATTESTS To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/compat/comp

CVS commit: src/compat

2015-06-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 19 18:17:49 UTC 2015 Modified Files: src/compat: compatsubdir.mk Log Message: Add support for MKCOMPATTESTS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/compat/compatsubdir.mk Please note that diffs are

CVS commit: src/compat/mips64

2015-06-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 19 18:17:26 UTC 2015 Modified Files: src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk Log Message: Prevent multi inclusion To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/compat/mi

CVS commit: src/compat

2015-05-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed May 27 15:35:23 UTC 2015 Modified Files: src/compat: archdirs.mk Log Message: Only support oabi for earm* To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/compat/archdirs.mk Please note that diffs are not publ

CVS commit: src/compat

2015-05-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 25 12:42:26 UTC 2015 Modified Files: src/compat: archdirs.mk Log Message: Fix broken subdir selection after arm architecture explosion To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/compat/archdirs.mk P

CVS commit: src/compat

2014-09-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Sep 19 17:38:46 UTC 2014 Modified Files: src/compat: archdirs.mk Log Message: Add RISC-V support To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/compat/archdirs.mk Please note that diffs are not public domain;

CVS commit: src/compat

2014-09-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 10 22:43:36 UTC 2014 Modified Files: src/compat: archdirs.mk src/compat/arm/eabihf: bsd.eabihf.mk Log Message: Enable building eabihf compat libraries after fixing bsd.eabihf.mk to use use the proper variant of arm*-

CVS commit: src/compat/powerpc64/powerpc

2014-08-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 23 02:20:55 UTC 2014 Modified Files: src/compat/powerpc64/powerpc: bsd.powerpc.mk Log Message: Add LDFLAGS+= -Wl,-m,elf32ppc_nbsd To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/compat/powerpc6

CVS commit: src/compat

2014-08-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 11 04:33:30 UTC 2014 Modified Files: src/compat: archdirs.mk Log Message: Fix else if botch To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/compat/archdirs.mk Please note that diffs are not public domain;

CVS commit: src/compat

2014-08-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 23:40:33 UTC 2014 Modified Files: src/compat: archdirs.mk Log Message: Add compat dirs for aarch64 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/compat/archdirs.mk Please note that diffs are not publi

CVS commit: src/compat/arm

2014-08-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 10 23:26:26 UTC 2014 Modified Files: src/compat/arm/eabi: bsd.eabi.mk src/compat/arm/oabi: bsd.oabi.mk Added Files: src/compat/arm/eabihf: Makefile bsd.eabihf.mk Log Message: MKCOMPAT fixes for aarch64 To g

CVS commit: src/compat/powerpc64/powerpc

2014-03-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Mar 7 05:48:30 UTC 2014 Modified Files: src/compat/powerpc64/powerpc: bsd.powerpc.mk Log Message: No need for LDFLAGS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/compat/powerpc64/powerpc/bsd.powerpc.mk Pl

CVS commit: src/compat

2014-03-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Mar 7 04:16:25 UTC 2014 Modified Files: src/compat: archdirs.mk Added Files: src/compat/powerpc64/powerpc: Makefile bsd.powerpc.mk Log Message: Add MKCOMPAT support for powerpc64. To generate a diff of this commit: cv

CVS commit: src/compat

2013-04-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Apr 27 08:44:35 UTC 2013 Modified Files: src/compat: archdirs.mk src/compat/arm/eabi: bsd.eabi.mk Added Files: src/compat/arm/oabi: Makefile bsd.oabi.mk Log Message: MKCOMPAT support for earm. To generate a dif

CVS commit: src/compat/mips64/o32

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 09:22:18 UTC 2013 Modified Files: src/compat/mips64/o32: bsd.o32.mk Log Message: Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/compat/m

CVS commit: src/compat

2012-08-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 3 08:02:47 UTC 2012 Modified Files: src/compat: archdirs.mk Added Files: src/compat/arm/eabi: Makefile bsd.eabi.mk Log Message: Initial MKCOMPAT support for ARM EABI. (doesn't quite work right) To generate a diff

CVS commit: src/compat

2012-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 29 18:35:11 UTC 2012 Modified Files: src/compat: README Log Message: Fix typos; wording. >From patch by Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/compat/README Please note that diffs are

CVS commit: src/compat

2011-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 23 06:44:37 UTC 2011 Modified Files: src/compat/amd64/i386: bsd.i386.mk src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk src/compat/sparc64/sparc: bsd.sparc.mk Log Message: build compa

CVS commit: src/compat/mips64

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 12:00:49 UTC 2011 Modified Files: src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk Log Message: the gmp/mpfr subdirs are mipsel/mipseb. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/compat

2011-06-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 18 01:22:34 UTC 2011 Modified Files: src/compat: m32.mk Log Message: avoid adding -m32 to various variables multiple times aka, multiple inclusions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/compat/m32

CVS commit: src/compat

2011-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 17 01:29:07 UTC 2011 Modified Files: src/compat: README src/compat/dirshack: Makefile Log Message: catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/compat

2011-01-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 31 10:58:15 UTC 2011 Modified Files: src/compat: compatsubdir.mk Log Message: if using MAKEOBJDIRPREFIX, make sure to unset it since it would override the use of MAKEOBJDIR. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/compat

2011-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 20 18:43:53 UTC 2011 Modified Files: src/compat: compatsubdir.mk Log Message: Change to use MAKEOBJDIR instead of MAKEOBJDIRPREFIX To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/compat/compatsubdir.mk Ple

CVS commit: src/compat/lib/libterminfo

2010-11-27 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 27 23:08:45 UTC 2010 Removed Files: src/compat/lib/libterminfo: Makefile Log Message: delete a file that never did anything in -current. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/compat/lib/libterminfo/M

CVS commit: src/compat

2010-06-29 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 30 03:28:02 UTC 2010 Modified Files: src/compat: README Log Message: update this to reality a little. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/compat/README Please note that diffs are not public doma