Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc Use the correct LD/NM/OBJDUMP when creating the mk...



details:   https://anonhg.NetBSD.org/src/rev/5e526156bd84
branches:  trunk
changeset: 581011:5e526156bd84
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 20 07:10:51 2005 +0000

description:
Use the correct LD/NM/OBJDUMP when creating the mknative environment.

diffstat:

 tools/gcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09d3f722ee81 -r 5e526156bd84 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Fri May 20 07:08:07 2005 +0000
+++ b/tools/gcc/Makefile        Fri May 20 07:10:51 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2005/05/14 08:00:58 skrll Exp $
+#      $NetBSD: Makefile,v 1.15 2005/05/20 07:10:51 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -44,7 +44,7 @@
                        CXX=${CXX:Q}' '${CCADDFLAGS:Q} \
                        CPP=${CPP:Q}' '-I${DESTDIR}/usr/include \
                        CFLAGS= CPPFLAGS= CXXFLAGS= LDFLAGS= \
-                       AS=$(AS:Q) \
+                       AS=${AS:Q} LD=${LD:Q} NM=${NM:Q} OBJDUMP=${OBJDUMP:Q} \
                        MSGFMT=${TOOLDIR}/bin/${_TOOL_PREFIX}msgfmt \
                        XGETTEXT=${TOOLDIR}/bin/${_TOOL_PREFIX}xgettext \
                        LIBS=-lintl \



Home | Main Index | Thread Index | Old Index