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
4,273
Issues
4,273
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
413
Merge Requests
413
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
Glasgow Haskell Compiler
GHC
Commits
cdbb4720
Commit
cdbb4720
authored
Nov 30, 2011
by
Ian Lynagh
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cmd invocation by libffi cuild system on Windows 7 cygwin
parent
f85c084c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
libffi/ghc.mk
libffi/ghc.mk
+5
-0
No files found.
libffi/ghc.mk
View file @
cdbb4720
...
...
@@ -61,6 +61,11 @@ $(libffi_STAMP_CONFIGURE):
mv
libffi/build/Makefile.in
libffi/build/Makefile.in.orig
sed
"s/-MD/-MMD/"
<
libffi/build/Makefile.in.orig
>
libffi/build/Makefile.in
# Their cmd invocation only works on msys. On cygwin it starts
# a cmd interactive shell. The replacement works in both environments.
mv
libffi/build/ltmain.sh
libffi/build/ltmain.sh.orig
sed
's#cmd //c echo "\$$1"#cmd /c "echo $$1"#'
<
libffi/build/ltmain.sh.orig
>
libffi/build/ltmain.sh
# Because -Werror may be in SRC_CC_OPTS/SRC_LD_OPTS, we need to turn
# warnings off or the compilation of libffi might fail due to warnings
cd
libffi
&&
\
...
...
thomie
@trac-thomie
mentioned in commit
b6be81b8
·
Aug 20, 2015
mentioned in commit
b6be81b8
mentioned in commit b6be81b841e34ca45b3549c4c79e886a8761e59a
Toggle commit list
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