Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch powerpc to binutils 2.19.



details:   https://anonhg.NetBSD.org/src/rev/39fcf042aa90
branches:  trunk
changeset: 748387:39fcf042aa90
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 22 21:55:34 2009 +0000

description:
Switch powerpc to binutils 2.19.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ca97e17eacb1 -r 39fcf042aa90 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Oct 22 21:50:01 2009 +0000
+++ b/share/mk/bsd.own.mk       Thu Oct 22 21:55:34 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.588 2009/10/21 22:36:28 joerg Exp $
+#      $NetBSD: bsd.own.mk,v 1.589 2009/10/22 21:55:34 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -55,6 +55,7 @@
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68k" || \
+    ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \



Home | Main Index | Thread Index | Old Index