Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jberryman
GHC
Commits
f18a58d7
Commit
f18a58d7
authored
Jul 25, 2003
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2003-07-25 10:22:25 by simonmar]
Some more revisions; it nearly works on my unregisterised setup now.
parent
e1727015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
20 deletions
+25
-20
distrib/hc-build
distrib/hc-build
+25
-20
No files found.
distrib/hc-build
View file @
f18a58d7
...
...
@@ -26,17 +26,19 @@ fi
# build configuration
#
case
configopts
in
case
"
$configopts
"
in
*
--enable-hc-boot-unregisterised
*
)
cat
>
mk/build.mk
<<
END
GhcWithInterpreter=NO
GhcWithNativeCodeGen=NO
END
;;
cat
>
mk/build.mk
<<
END
GhcWithInterpreter=NO
GhcWithNativeCodeGen=NO
END
;;
*
)
cat
>
mk/build.mk
<<
END
# empty
END
cat
>
mk/build.mk
<<
END
# empty
END
;;
esac
echo
"*** Building compiler..."
...
...
@@ -51,21 +53,24 @@ MAKEFLAGS=
echo
"*** Building libraries..."
# Get rid of --enable-hc-boot-unregisterised in $configotps if we had it
configopts
=
`
echo
$configopts
|
sed
s/--enable-hc-boot-unregisterised//
`
# Reconfigure, using the newly-build ghc binary as our $(GHC), and
# with hc bootstrapping disabled.
HappyCmd
=
"
$PWD
/distrib/fake-happy"
./configure
--with-ghc
=
"
$PWD
/ghc/compiler/ghc-inplace"
$configopts
PRIMOP_BITS
=
"primop-data-decl.hs-incl
\
primop-tag.hs-incl
\
primop-list.hs-incl
\
primop-has-side-effects.hs-incl
\
primop-out-of-line.hs-incl
\
primop-commutable.hs-incl
\
primop-needs-wrapper.hs-incl
\
primop-can-fail.hs-incl
\
primop-strictness.hs-incl
\
primop-usage.hs-incl
\
primop-primop-info.hs-incl"
primop-tag.hs-incl
\
primop-list.hs-incl
\
primop-has-side-effects.hs-incl
\
primop-out-of-line.hs-incl
\
primop-commutable.hs-incl
\
primop-needs-wrapper.hs-incl
\
primop-can-fail.hs-incl
\
primop-strictness.hs-incl
\
primop-usage.hs-incl
\
primop-primop-info.hs-incl"
# The reconfigure step updates a few files, which can lead to
# unnecessary recompilations. Touch a bunch of things here to avoid
...
...
@@ -75,7 +80,7 @@ PRIMOP_BITS="primop-data-decl.hs-incl \
# Remove the old libraries. Don't use make clean, because we don't
# want to delete the .hs files generated from the .hsc files, because
# we don't have hsc2hs built yet.
find libraries hslibs |
grep
'\.\(o\|a\)'
| xargs
rm
-f
find libraries hslibs |
grep
'\.\(o\|a\)
$
'
| xargs
rm
-f
# Do includes and RTS now
$MAKE
-C
ghc/includes boot
&&
$MAKE
-C
ghc/includes all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment