Module Name: src
Committed By: christos
Date: Sun Jun 6 13:59:48 UTC 2021
Modified Files:
src/sys/arch/algor/conf: std.algor64
Log Message:
Don't reset MACHINE_ARCH; it can be mipsn64el now, and we need to be able
to find the compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/algor/conf/std.algor64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/algor/conf/std.algor64
diff -u src/sys/arch/algor/conf/std.algor64:1.2 src/sys/arch/algor/conf/std.algor64:1.3
--- src/sys/arch/algor/conf/std.algor64:1.2 Sun Dec 13 19:46:00 2009
+++ src/sys/arch/algor/conf/std.algor64 Sun Jun 6 09:59:48 2021
@@ -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)