Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Add makeoptions PPCDIR.



details:   https://anonhg.NetBSD.org/src/rev/4ad4daf383e1
branches:  trunk
changeset: 526103:4ad4daf383e1
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Apr 25 15:03:26 2002 +0000

description:
Add makeoptions PPCDIR.

diffstat:

 sys/arch/sandpoint/conf/std.sandpoint |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 575b1d17982f -r 4ad4daf383e1 sys/arch/sandpoint/conf/std.sandpoint
--- a/sys/arch/sandpoint/conf/std.sandpoint     Thu Apr 25 15:02:54 2002 +0000
+++ b/sys/arch/sandpoint/conf/std.sandpoint     Thu Apr 25 15:03:26 2002 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: std.sandpoint,v 1.5 2001/11/20 12:56:38 lukem Exp $
+#      $NetBSD: std.sandpoint,v 1.6 2002/04/25 15:03:26 briggs Exp $
 #
 # standard, required NetBSD/sandpoint 'options'
 
 machine                sandpoint powerpc
 
 options        PPC_MPC6XX      # Sandpoint uses Motorola PPC60x CPUs
+makeoptions    PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use
+
+# Executable support:
 options        EXEC_ELF32      # exec ELF binaries
 options        EXEC_SCRIPT     # exec #! scripts
 



Home | Main Index | Thread Index | Old Index