mirror of
https://github.com/PDP-10/klh10.git
synced 2026-04-03 12:22:55 +00:00
Slightly update build instructions.
This commit is contained in:
@@ -53,8 +53,10 @@ for other ports such as MacOS or Windows have not yet been written.
|
||||
|
||||
$ cd <distrib>/bld/<platform>
|
||||
$ make base-kl ;;; or base-ks or base-ks-its
|
||||
or to make all variants, installing to <distrib>/new/<platform>-<model>:
|
||||
$ ../MAKE-ALL
|
||||
|
||||
Or see the "Building" section farther on.
|
||||
Or see the "BUILDING FROM SOURCES" section farther on.
|
||||
Read "doc/dfkfb.txt" if you want to do a quick KL performance test now.
|
||||
|
||||
|
||||
@@ -233,6 +235,11 @@ BUILDING FROM SOURCES
|
||||
|
||||
Notes:
|
||||
|
||||
The "*axp" directories are not only useful for Alpha AXP hosts, but also
|
||||
for any other little-endian 64-bit CPU. That includes amd64 aka x86_64.
|
||||
While the x86 configuration may work on amd64, it is likely to be
|
||||
a bit less efficient.
|
||||
|
||||
Solaris has two possible Makefiles; the default uses GCC, but you
|
||||
can change the link to Mk-solsparc-cc.mk which uses Sun's C compiler.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# KLH10 Makefile for Linux on i386
|
||||
# $Id: Mk-lnx86.mk,v 2.5 2002/04/24 18:03:04 klh Exp $
|
||||
# KLH10 Makefile for Linux on amd64 / x86_64 / Alpha
|
||||
# (or any other little-endian 64-bit cpu)
|
||||
#
|
||||
# Copyright © 2001 Kenneth L. Harrenstien
|
||||
# All Rights Reserved
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# KLH10 Makefile for NetBSD on Alpha
|
||||
# $Id: Mk-nbaxp.mk,v 2.5 2002/04/26 05:59:32 klh Exp $
|
||||
# KLH10 Makefile for NetBSD on amd64 / x86_64 / Alpha
|
||||
# (or any other little-endian 64-bit cpu)
|
||||
#
|
||||
# Copyright © 2001 Kenneth L. Harrenstien
|
||||
# All Rights Reserved
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# KLH10 Makefile for OSF/1 (DU, Tru64) on Alpha
|
||||
# KLH10 Makefile for OSF/1 (DU, Tru64) on amd64 / x86_64 / Alpha
|
||||
# (or any other little-endian 64-bit cpu)
|
||||
# $Id: Mk-osfaxp.mk,v 2.3 2001/11/10 21:28:59 klh Exp $
|
||||
#
|
||||
# Copyright © 2001 Kenneth L. Harrenstien
|
||||
|
||||
Reference in New Issue
Block a user