CVS commit: [matt-nb5-mips64] src/share/mk

2014-04-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Apr 4 05:07:14 UTC 2014 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.lib.mk Log Message: Using -Wl,-x breaks build ARM BE8 shared libraries by striping the $a/$d/$t symbols before the linker can use them. Instead do

CVS commit: [matt-nb5-mips64] src/share/mk

2014-03-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 24 07:38:23 UTC 2014 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.endian.mk Log Message: Add armv7 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.16.1 src/share/mk/bsd.endian.mk Please note that

CVS commit: [matt-nb5-mips64] src/share/mk

2014-02-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 15 17:48:37 UTC 2014 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.kmod.mk bsd.kmodule.mk Log Message: kernel uses -std=gnu99 To generate a diff of this commit: cvs rdiff -u -r1.89.6.2 -r1.89.6.3

CVS commit: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 18 18:38:21 UTC 2013 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.own.mk Log Message: Allow armv7/armv7eb as valid MACHINE_ARCH for arm To generate a diff of this commit: cvs rdiff -u -r1.542.2.9.4.7

CVS commit: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 18 18:39:25 UTC 2013 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.sys.mk Log Message: Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 18 18:39:05 UTC 2013 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.lib.mk Log Message: Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/share/mk

2009-12-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 22 04:47:26 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.kmod.mk bsd.kmodule.mk bsd.prog.mk Log Message: use ${CC} -r not -Wl,-r, from -current. To generate a diff of this commit: cvs rdiff -u -r1.89.6.1

CVS commit: [matt-nb5-mips64] src/share/mk

2009-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 14 06:33:16 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.lib.mk Log Message: from current: replace /usr/lib with ${_GCC_CRTDIR} or ${SHLIBDIR} as appropriate. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/share/mk

2009-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 14 06:35:02 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.own.mk Log Message: pullup from -current: revision 1.612 date: 2009/12/13 09:10:16; author: mrg; state: Exp; lines: +4 -3 enable MAKEDIRTARGET to be

CVS commit: [matt-nb5-mips64] src/share/mk

2009-09-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Sep 13 22:24:41 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.own.mk Log Message: Enabled MKCOMPAT=yes for mips64e[bl] To generate a diff of this commit: cvs rdiff -u -r1.542.2.9.4.2 -r1.542.2.9.4.3

CVS commit: [matt-nb5-mips64] src/share/mk

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:38:23 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.kmod.mk bsd.kmodule.mk bsd.prog.mk Log Message: Change ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r This is so ${CC} will invoke ld with appropriate

CVS commit: [matt-nb5-mips64] src/share/mk

2009-08-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 26 03:34:21 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.own.mk bsd.sys.mk Log Message: Disable the NOPIC= hooks. Add MKATF, MKCXX, and MKGROFF. Setting CXX to no turns of ATF and GROFF. To generate a diff

CVS commit: [matt-nb5-mips64] src/share/mk

2009-08-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 23 23:12:40 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.sys.mk Log Message: Use CPUFLAGS for -mno-abicall -fno-pic To generate a diff of this commit: cvs rdiff -u -r1.179.8.3 -r1.179.8.4

CVS commit: [matt-nb5-mips64] src/share/mk

2009-08-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 18 06:42:18 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.own.mk bsd.sys.mk Log Message: fix a comment in vax. :) add a commented out match for mips64 in MKPICLIB=no case To generate a diff of this commit:

CVS commit: [matt-nb5-mips64] src/share/mk

2009-08-18 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 18 16:10:44 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.sys.mk Log Message: ${MKPIC} is not always defined. To generate a diff of this commit: cvs rdiff -u -r1.179.8.2 -r1.179.8.3

CVS commit: [matt-nb5-mips64] src/share/mk

2009-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 17 19:14:16 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.sys.mk Log Message: No SSP for mips64. Add commented out section for sbmips which enable mips64 and tunes for sb1 To generate a diff of this commit: