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
Alex D
GHC
Commits
dd474282
Commit
dd474282
authored
Jan 23, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ghci in stage3
parent
94504e0d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
ghc.mk
ghc.mk
+1
-0
ghc/ghc.mk
ghc/ghc.mk
+1
-5
No files found.
ghc.mk
View file @
dd474282
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
#
#
# (c) 2009 The University of Glasgow
# (c) 2009 The University of Glasgow
...
...
ghc/ghc.mk
View file @
dd474282
...
@@ -20,6 +20,7 @@ ghc_stage3_CONFIGURE_OPTS += --flags=stage3
...
@@ -20,6 +20,7 @@ ghc_stage3_CONFIGURE_OPTS += --flags=stage3
ifeq
"$(GhcWithInterpreter)" "YES"
ifeq
"$(GhcWithInterpreter)" "YES"
ghc_stage2_CONFIGURE_OPTS
+=
--flags
=
ghci
ghc_stage2_CONFIGURE_OPTS
+=
--flags
=
ghci
ghc_stage3_CONFIGURE_OPTS
+=
--flags
=
ghci
endif
endif
ghc_stage1_MORE_HC_OPTS
=
$(GhcStage1HcOpts)
ghc_stage1_MORE_HC_OPTS
=
$(GhcStage1HcOpts)
...
@@ -34,11 +35,6 @@ ghc_stage1_C_FILES_NODEPS = ghc/hschooks.c
...
@@ -34,11 +35,6 @@ ghc_stage1_C_FILES_NODEPS = ghc/hschooks.c
ghc_stage2_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ghc_stage2_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ghc_stage3_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ghc_stage3_MKDEPENDC_OPTS
=
-DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
ifeq
"$(GhcWithInterpreter)" "YES"
ghc_stage2_MORE_HC_OPTS
+=
-DGHCI
ghc_stage3_MORE_HC_OPTS
+=
-DGHCI
endif
ifeq
"$(GhcDebugged)" "YES"
ifeq
"$(GhcDebugged)" "YES"
ghc_stage1_MORE_HC_OPTS
+=
-debug
ghc_stage1_MORE_HC_OPTS
+=
-debug
ghc_stage2_MORE_HC_OPTS
+=
-debug
ghc_stage2_MORE_HC_OPTS
+=
-debug
...
...
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