Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/conf Don't hardcode MACHINE_ARCH



details:   https://anonhg.NetBSD.org/src/rev/febb3f66ad27
branches:  trunk
changeset: 793891:febb3f66ad27
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 28 05:48:22 2014 +0000

description:
Don't hardcode MACHINE_ARCH

diffstat:

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

diffs (18 lines):

diff -r 4db85e5a302c -r febb3f66ad27 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Fri Feb 28 05:45:26 2014 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Fri Feb 28 05:48:22 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.52 2013/08/23 06:25:02 matt Exp $
+#      $NetBSD: Makefile.powerpc,v 1.53 2014/02/28 05:48:22 matt Exp $
 #
 # Makefile for NetBSD
 #
@@ -17,7 +17,7 @@
 #
 #      makeoptions DEBUGLIST="uvm* trap if_*"
 
-MACHINE_ARCH=powerpc
+MACHINE_ARCH?=powerpc
 USETOOLS?=     no
 NEED_OWN_INSTALL_TARGET?=no
 .include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index