Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
ac054a18
Commit
ac054a18
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-07-26 03:41:44 by sof]
Updated boot-from-hc section
parent
a6d49b70
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installing.lit
+24
-4
24 additions, 4 deletions
docs/installing.lit
with
24 additions
and
4 deletions
docs/installing.lit
+
24
−
4
View file @
ac054a18
...
...
@@ -738,7 +738,8 @@ because it's already installed on your system.
%************************************************************************
%* *
\section{Building from source}
\section[building-from-source]{Building from source}
\index{Building from source}
%* *
%************************************************************************
...
...
@@ -1594,9 +1595,28 @@ supplied intermediate C (\tr{.hc}) files. This would probably be
because no binaries have been provided, or because the machine
is not ``fully supported.''
THIS SECTION HASN'T BEEN UPDATED YET. Please let us know if you want to use this
route. Unless someone does, this section may never get written, and the
.hc files distribution may not get built!
The intermediate C files are normally made available together with a
source release, please check the announce message for exact directions
of where to find them. If we've haven't made them available or you
can't find them, please ask.
Assuming you've got them, unpack them on top of a fresh source tree.
Then follow the `normal' instructions in
\sectionref{building-from-source} for setting up a build tree and
configuring it. The only extra thing to remember when booting from
\tr{.hc} files is to add the following line to the \tr{build.mk}
file:
\begin{verbatim}
GhcWithHscBuiltViaC=YES
\end{verbatim}
and proceed with doing a \tr{make boot} followed by a \tr{make all}.
That's the mechanics of the boot process, but, of course, if you're
trying to boot on a platform that is not supported and significantly
`different' from any of the supported ones, this is only the start
of the adventure...(ToDo: porting tips - stuff to look out for, etc.)
%************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment