Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/conf OBJCOPY?=objcopy



details:   https://anonhg.NetBSD.org/src/rev/5db550191114
branches:  trunk
changeset: 480427:5db550191114
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 12 14:40:49 2000 +0000

description:
OBJCOPY?=objcopy

diffstat:

 sys/arch/evbsh3/conf/Makefile.evbsh3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0090709921ea -r 5db550191114 sys/arch/evbsh3/conf/Makefile.evbsh3
--- a/sys/arch/evbsh3/conf/Makefile.evbsh3      Wed Jan 12 14:40:27 2000 +0000
+++ b/sys/arch/evbsh3/conf/Makefile.evbsh3      Wed Jan 12 14:40:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.evbsh3,v 1.1 1999/09/13 10:30:23 itojun Exp $
+#      $NetBSD: Makefile.evbsh3,v 1.2 2000/01/12 14:40:49 msaitoh Exp $
 
 # Makefile for NetBSD
 #
@@ -33,6 +33,7 @@
 SIZE?= size
 STRIP?=        strip
 TSORT?=        tsort -q
+OBJCOPY?= objcopy
 
 COPTS?=        -O2
 



Home | Main Index | Thread Index | Old Index