Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/conf Add missing OBJCOPY
details: https://anonhg.NetBSD.org/src/rev/cfa26b930e1b
branches: trunk
changeset: 797061:cfa26b930e1b
user: martin <martin%NetBSD.org@localhost>
date: Fri Jul 04 07:03:35 2014 +0000
description:
Add missing OBJCOPY
diffstat:
sys/arch/playstation2/conf/build.playstation2.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 8cadabe3f09d -r cfa26b930e1b sys/arch/playstation2/conf/build.playstation2.sh
--- a/sys/arch/playstation2/conf/build.playstation2.sh Fri Jul 04 01:50:22 2014 +0000
+++ b/sys/arch/playstation2/conf/build.playstation2.sh Fri Jul 04 07:03:35 2014 +0000
@@ -16,6 +16,7 @@
NM=${root}/bin/${target}-nm; export NM
SIZE=${root}/bin/${target}-size; export SIZE
STRIP=${root}/bin/${target}-strip; export STRIP
+OBJCOPY=${root}/bin/${target}-objcopy; export OBJCOPY
MAKE="make"; export MAKE
Home |
Main Index |
Thread Index |
Old Index