Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/toolchain Blank MACHINE in the environment when buildi...
details: https://anonhg.NetBSD.org/src/rev/552086bcfa37
branches: trunk
changeset: 515868:552086bcfa37
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Oct 06 16:38:04 2001 +0000
description:
Blank MACHINE in the environment when building the toolchain. This is
necessary to prevent ELF linker scripts' being built incorrectly, and
parallels rev 1.5 of gnu/usr.bin/binutils/ld/Makefile.
diffstat:
tools/toolchain/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c07887e0e7b9 -r 552086bcfa37 tools/toolchain/Makefile
--- a/tools/toolchain/Makefile Sat Oct 06 15:46:33 2001 +0000
+++ b/tools/toolchain/Makefile Sat Oct 06 16:38:04 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/10/04 17:52:27 tv Exp $
+# $NetBSD: Makefile,v 1.4 2001/10/06 16:38:04 bjh21 Exp $
.include <bsd.own.mk> # for TOOLDIR
@@ -50,7 +50,7 @@
toolchain.all: toolchain.configure
cd toolchain && \
- PATH="${TOOLDIR}/bin:$$PATH" DESTDIR= \
+ MACHINE= PATH="${TOOLDIR}/bin:$$PATH" DESTDIR= \
${MAKE} all-binutils all-gas all-ld all-gcc \
LEX=true BISON=true
Home |
Main Index |
Thread Index |
Old Index