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
Environments
Terraform modules
Monitor
Incidents
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
Alexander Kaznacheev
GHC
Commits
d94938cc
Commit
d94938cc
authored
23 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2002-02-18 17:26:48 by sof]
If necessary, define THREADED_RTS and DEBUG when gen'ing rts.conf
parent
0ef63546
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ghc/rts/Makefile
+7
-1
7 additions, 1 deletion
ghc/rts/Makefile
ghc/rts/rts.conf.in
+1
-0
1 addition, 0 deletions
ghc/rts/rts.conf.in
with
8 additions
and
1 deletion
ghc/rts/Makefile
+
7
−
1
View file @
d94938cc
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.6
8
2002/02/1
4
17:
17:0
8 sof Exp $
# $Id: Makefile,v 1.6
9
2002/02/1
8
17:
26:4
8 sof Exp $
#
# This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell).
...
...
@@ -118,9 +118,15 @@ endif
ifeq
"$(GhcRtsThreaded)" "YES"
ifeq
"$(way)" ""
SRC_CC_OPTS
+=
-DTHREADED_RTS
PACKAGE_CPP_OPTS
+=
-DTHREADED_RTS
endif
endif
# If -DDEBUG is in effect, adjust package conf accordingly..
ifneq
"$(strip $(filter -DDEBUG,$(CC_OPTS)))" ""
PACKAGE_CPP_OPTS
+=
-DDEBUG
endif
#-----------------------------------------------------------------------------
# Include the Front panel code?
...
...
This diff is collapsed.
Click to expand it.
ghc/rts/rts.conf.in
+
1
−
0
View file @
d94938cc
#include "config.h"
#include "Derived.h"
Package {
name = "rts", /* The RTS is just another package! */
...
...
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