Skip to content

Commit

Permalink
devguide: Fix binbuild path, Update arch for as and cg (#1175)
Browse files Browse the repository at this point in the history
The default subdirectory created during the "boot" and the "bootstrap" phase
and used later was changed to "binbuild" a while ago.

Add infos about additional arch to the "as" and "cg" projects

--
Regards ... Detlef
  • Loading branch information
winspool committed Dec 24, 2023
1 parent 671ee6d commit f9111af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/doc/devguide/tour.gml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ along the
directory should be placed at or near the start of your
.id PATH
environment variable.
.note build/bin
.note build/binbuild
contains binaries created during first build phase (bootstrap) and used during
main building process (second build phase).
.note build/mif
Expand Down Expand Up @@ -154,7 +154,8 @@ Following is a brief description of all subdirectories of bld. Each subdirectory
roughly corresponds to one "project". There's a lot of projects!
.begnote
.note as
the Alpha AXP and PowerPC assembler. The x86 assembler lives separately.
the Alpha AXP, the PowerPC and the MIPS assemblers.
(The x86 assembler lives separately.)
.note aui
user interface library employed by the debugger and profiler.
.note bdiff
Expand All @@ -179,7 +180,8 @@ utility function for conversion between various floating point binary formats.
.note cg
Open Watcom code generators, the heart of the compilers. These are shared by
all languages (C, C++, FORTRAN). Currently supported targets are 16-bit and
32-bit x86 as well as Alpha AXP.
32-bit x86 as well as Alpha AXP. There are also code generators build for
PowerPC and MIPS. A very old code generator for s370 is present, but unused.
.note clib
the C runtime library. Pretty big project in itself.
.note cmdedit
Expand Down

0 comments on commit f9111af

Please sign in to comment.