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
Container 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
gershomb
GHC
Commits
a67cfc79
Commit
a67cfc79
authored
7 years ago
by
Moritz Angermann
Browse files
Options
Downloads
Patches
Plain Diff
Revert "libffi via submodule"
This reverts commit
8d4bce42
.
parent
c0872bf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitmodules
+4
-3
4 additions, 3 deletions
.gitmodules
libffi-tarballs
+1
-0
1 addition, 0 deletions
libffi-tarballs
libffi/build
+0
-1
0 additions, 1 deletion
libffi/build
libffi/ghc.mk
+5
-4
5 additions, 4 deletions
libffi/ghc.mk
packages
+1
-1
1 addition, 1 deletion
packages
with
11 additions
and
9 deletions
.gitmodules
+
4
−
3
View file @
a67cfc79
...
...
@@ -111,12 +111,13 @@
path = utils/hsc2hs
url = ../hsc2hs.git
ignore = none
[submodule "libffi-tarballs"]
path = libffi-tarballs
url = ../libffi-tarballs.git
ignore = none
[submodule "gmp-tarballs"]
path = libraries/integer-gmp/gmp/gmp-tarballs
url = ../gmp-tarballs.git
[submodule ".arc-linters/arcanist-external-json-linter"]
path = .arc-linters/arcanist-external-json-linter
url = ../arcanist-external-json-linter.git
[submodule "libffi/build"]
path = libffi/build
url = https://github.com/libffi/libffi.git
This diff is collapsed.
Click to expand it.
libffi-tarballs
@
ec37a688
Subproject commit ec37a68838566cb830c33cb30bfade003a306cff
This diff is collapsed.
Click to expand it.
build
@
b841ae70
Compare
b841ae70
...
b841ae70
Subproject commit b841ae70a05a5e11de1fca1b4551189db0895cf2
This diff is collapsed.
Click to expand it.
libffi/ghc.mk
+
5
−
4
View file @
a67cfc79
...
...
@@ -50,8 +50,9 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP)
$(
call removeFiles,
$(
libffi_STAMP_STATIC_SHARED_CONFIGURE
))
$(
call removeFiles,
$(
libffi_STAMP_STATIC_SHARED_BUILD
))
$(
call removeFiles,
$(
libffi_STAMP_STATIC_SHARED_INSTALL
))
git clean
-x
-f
-d
libffi/build
cd
libffi/build
&&
./autogen.sh
$(
call removeTrees,
$(
LIBFFI_DIR
)
libffi/build
)
cat
libffi-tarballs/libffi
*
.tar.gz |
$(
GZIP_CMD
)
-d
|
{
cd
libffi
&&
$(
TAR_CMD
)
-xf
-
;
}
mv
libffi/libffi-
*
libffi/build
# update config.guess/config.sub
$(CP)
"$(TOP)/config.guess"
libffi/build/config.guess
...
...
@@ -122,10 +123,10 @@ $(libffi_STATIC_LIB): $(libffi_STAMP_INSTALL)
@
test
-f
$@
||
{
echo
"
$<
exists, but
$@
does not."
;
echo
"Suggest removing
$<
."
;
exit
1
;
}
$(libffi_HEADERS)
:
$(libffi_STAMP_INSTALL) | $$(dir $$@)/.
cp
-f
libffi/build/inst/include/
$(
notdir
$@
)
$@
cp
-f
libffi/build/inst/
lib/libffi-
*
/
include/
$(
notdir
$@
)
$@
$(
eval
$(
call clean-target,libffi,,
\
$(
wildcard libffi/stamp.ffi.
*
)
libffi/dist-install
))
libffi/build
$(
wildcard libffi/stamp.ffi.
*
)
libffi/dist-install
))
endif
This diff is collapsed.
Click to expand it.
packages
+
1
−
1
View file @
a67cfc79
...
...
@@ -38,7 +38,7 @@
# localpath tag remotepath upstreamurl
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ghc-tarballs windows ghc-tarballs.git -
libffi
/build
- -
https://github.com/libffi/libffi.git
libffi
-tarballs
- -
-
utils/hsc2hs - - -
utils/haddock - - ssh://git@github.com/haskell/haddock.git
libraries/array - - -
...
...
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