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/db335ca1cb48
branches:  trunk
changeset: 330300:db335ca1cb48
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 4a4d714af02b -r db335ca1cb48 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