Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
90b5471e
Commit
90b5471e
authored
Aug 21, 2006
by
duncan.coutts@worc.ox.ac.uk
Browse files
Use 30k by default for max command line length.
We'll see if anyone complains.
parent
999bc159
Changes
1
Show whitespace changes
Inline
Side-by-side
Distribution/Simple/GHC.hs
View file @
90b5471e
...
@@ -208,12 +208,12 @@ build pkg_descr lbi verbose = do
...
@@ -208,12 +208,12 @@ build pkg_descr lbi verbose = do
(
baseDir
,
_
)
=
splitFileName
compilerDir
(
baseDir
,
_
)
=
splitFileName
compilerDir
ld
=
baseDir
`
joinFileName
`
"gcc-lib
\\
ld.exe"
ld
=
baseDir
`
joinFileName
`
"gcc-lib
\\
ld.exe"
rawSystemLd
=
rawSystemVerbose
rawSystemLd
=
rawSystemVerbose
maxCommandLineSize
=
3
2
*
1024
maxCommandLineSize
=
3
0
*
1024
#
else
#
else
ld
=
"ld"
ld
=
"ld"
rawSystemLd
=
rawSystemPath
rawSystemLd
=
rawSystemPath
--TODO: discover this at configure time on unix
--TODO: discover this at configure time on unix
maxCommandLineSize
=
3
2
*
1024
maxCommandLineSize
=
3
0
*
1024
#
endif
#
endif
runLd
ld
args
=
do
runLd
ld
args
=
do
exists
<-
doesFileExist
ghciLibName
exists
<-
doesFileExist
ghciLibName
...
...
Write
Preview
Supports
Markdown
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