Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/algor/conf Don't reset MACHINE_ARCH; it can be mips...
details: https://anonhg.NetBSD.org/src/rev/c54bf698bd2b
branches: trunk
changeset: 379560:c54bf698bd2b
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 06 13:59:48 2021 +0000
description:
Don't reset MACHINE_ARCH; it can be mipsn64el now, and we need to be able
to find the compiler.
diffstat:
sys/arch/algor/conf/std.algor64 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 344f54f0bd9d -r c54bf698bd2b sys/arch/algor/conf/std.algor64
--- a/sys/arch/algor/conf/std.algor64 Sun Jun 06 11:48:55 2021 +0000
+++ b/sys/arch/algor/conf/std.algor64 Sun Jun 06 13:59:48 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: std.algor64,v 1.2 2009/12/14 00:46:00 matt Exp $
+# $NetBSD: std.algor64,v 1.3 2021/06/06 13:59:48 christos Exp $
# standard, required pmax info
no makeoptions MACHINE_ARCH
-makeoptions MACHINE_ARCH="mips64el"
+#makeoptions MACHINE_ARCH="mips64el"
# Standard exec-package options
options EXEC_ELF64 # 64-bit ELF support (native format)
Home |
Main Index |
Thread Index |
Old Index