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 set & export MACHINE_CPU.



details:   https://anonhg.NetBSD.org/src/rev/7ea8da1e04d3
branches:  trunk
changeset: 516133:7ea8da1e04d3
user:      shin <shin%NetBSD.org@localhost>
date:      Wed Oct 17 01:33:47 2001 +0000

description:
set & export MACHINE_CPU.

diffstat:

 sys/arch/playstation2/conf/build.playstation2.sh |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r f974151b15c9 -r 7ea8da1e04d3 sys/arch/playstation2/conf/build.playstation2.sh
--- a/sys/arch/playstation2/conf/build.playstation2.sh  Wed Oct 17 01:19:17 2001 +0000
+++ b/sys/arch/playstation2/conf/build.playstation2.sh  Wed Oct 17 01:33:47 2001 +0000
@@ -29,6 +29,7 @@
 TARGET=mipsel;                         export TARGET
 MACHINE=playstation2;                  export MACHINE
 MACHINE_ARCH=mipsel;                   export MACHINE_ARCH
+MACHINE_CPU=mips;                      export MACHINE_CPU
 
 DESTDIR=${bsd_root};                   export DESTDIR
 



Home | Main Index | Thread Index | Old Index