Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so revert, I'll fix libc instead.



details:   https://anonhg.NetBSD.org/src/rev/47613a673037
branches:  trunk
changeset: 818316:47613a673037
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 07 19:10:03 2016 +0000

description:
revert, I'll fix libc instead.

diffstat:

 libexec/ld.elf_so/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 809489c479c5 -r 47613a673037 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Fri Oct 07 17:12:59 2016 +0000
+++ b/libexec/ld.elf_so/Makefile        Fri Oct 07 19:10:03 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.134 2016/10/07 17:12:59 christos Exp $
+#      $NetBSD: Makefile,v 1.135 2016/10/07 19:10:03 christos Exp $
 #
 # NOTE: when changing ld.so, ensure that ldd still compiles.
 #
@@ -63,7 +63,6 @@
 PROG=          ld.elf_so-${MLIBDIR}
 CPPFLAGS+=     -DRTLD_ARCH_SUBDIR=\"${MLIBDIR}\"
 .      if ${MLIBDIR} == "o32"
-NEEDLIBGCC?=   yes
 .      endif
 .else
 PROG=          ld.elf_so
@@ -137,7 +136,7 @@
 DPADD+=                ${CLIBOBJ}/libc.a
 .endif
 
-.if ${MACHINE_CPU} == "hppa" || ${MACHINE_CPU} == "sh3" || ${NEEDLIBGCC:Uno} == "yes"
+.if ${MACHINE_CPU} == "hppa" || ${MACHINE_CPU} == "sh3"
 # for $$divU, $$remU etc. (millicode)
 LDADD+=                -lgcc
 DPADD+=                ${LIBGCC}



Home | Main Index | Thread Index | Old Index