Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk revert previous, seems to upset the build in a crea...
details: https://anonhg.NetBSD.org/src/rev/f7ed13b6f98e
branches: trunk
changeset: 782819:f7ed13b6f98e
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Nov 21 18:45:08 2012 +0000
description:
revert previous, seems to upset the build in a creative way
diffstat:
share/mk/bsd.gcc.mk | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (22 lines):
diff -r 23b3efbb854e -r f7ed13b6f98e share/mk/bsd.gcc.mk
--- a/share/mk/bsd.gcc.mk Wed Nov 21 18:09:10 2012 +0000
+++ b/share/mk/bsd.gcc.mk Wed Nov 21 18:45:08 2012 +0000
@@ -1,17 +1,13 @@
-# $NetBSD: bsd.gcc.mk,v 1.5 2012/11/21 18:09:10 pooka Exp $
+# $NetBSD: bsd.gcc.mk,v 1.6 2012/11/21 18:45:08 pooka Exp $
.if !defined(_BSD_GCC_MK_)
_BSD_GCC_MK_=1
.if defined(EXTERNAL_TOOLCHAIN)
_GCC_CRTBEGIN!= ${CC} --print-file-name=crtbegin.o
-.ifndef _GCC_CRTBEGINS
_GCC_CRTBEGINS!= ${CC} --print-file-name=crtbeginS.o
-.endif
_GCC_CRTEND!= ${CC} --print-file-name=crtend.o
-.ifndef _GCC_CRTENDS
_GCC_CRTENDS!= ${CC} --print-file-name=crtendS.o
-.endif
_GCC_CRTI!= ${CC} --print-file-name=crti.o
_GCC_CRTN!= ${CC} --print-file-name=crtn.o
_GCC_CRTDIR!= dirname ${_GCC_CRTBEGIN}
Home |
Main Index |
Thread Index |
Old Index