Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk unrevert previous. i can't figure out how to make ...



details:   https://anonhg.NetBSD.org/src/rev/579baf1406e1
branches:  trunk
changeset: 782824:579baf1406e1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Nov 21 20:30:01 2012 +0000

description:
unrevert previous.  i can't figure out how to make the build break with
the change anymore, so assume it was a sunspot.

diffstat:

 share/mk/bsd.gcc.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fecc0992ce6c -r 579baf1406e1 share/mk/bsd.gcc.mk
--- a/share/mk/bsd.gcc.mk       Wed Nov 21 19:39:39 2012 +0000
+++ b/share/mk/bsd.gcc.mk       Wed Nov 21 20:30:01 2012 +0000
@@ -1,13 +1,17 @@
-#      $NetBSD: bsd.gcc.mk,v 1.6 2012/11/21 18:45:08 pooka Exp $
+#      $NetBSD: bsd.gcc.mk,v 1.7 2012/11/21 20:30:01 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