Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libffi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
certo
libffi
Commits
f567e383
Commit
f567e383
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded libffi to 3.3
parent
189adb81
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
20 deletions
+8
-20
Makefile
Makefile
+8
-9
libffi-3.2.1-henderson.patch
libffi-3.2.1-henderson.patch
+0
-11
libffi-3.2.1.tar.gz
libffi-3.2.1.tar.gz
+0
-0
libffi-3.3.tar.gz
libffi-3.3.tar.gz
+0
-0
No files found.
Makefile
View file @
f567e383
all
:
tar
xf libffi-3.2.1.tar.gz
patch
-Np1
-d
libffi-3.2.1 < libffi-3.2.1-henderson.patch
cd
libffi-3.2.1
&&
sed
-e
'/^includesdir/ s/$
$(libdir)
.*$$/$
$(includedir)
/'
-i
include/Makefile.in
cd
libffi-3.2.1
&&
sed
-e
'/^includedir/ s/=.*$$/=@includedir@/'
-e
's/^Cflags: -I$
${includedir}
/Cflags:/'
-i
libffi.pc.in
cd
libffi-3.2.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libffi-3.2.1
tar
xf libffi-3.3.tar.gz
cd
libffi-3.3
&&
sed
-e
'/^includesdir/ s/$
$(libdir)
.*$$/$
$(includedir)
/'
-i
include/Makefile.in
cd
libffi-3.3
&&
sed
-e
'/^includedir/ s/=.*$$/=@includedir@/'
-e
's/^Cflags: -I$
${includedir}
/Cflags:/'
-i
libffi.pc.in
cd
libffi-3.3
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libffi-3.3
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
libffi-3.
2.1
check
;
\
$(MAKE)
-C
libffi-3.
3
check
;
\
fi
$(MAKE)
-C
libffi-3.
2.1
install
rm
-rf
libffi-3.
2.1
$(MAKE)
-C
libffi-3.
3
install
rm
-rf
libffi-3.
3
libffi-3.2.1-henderson.patch
deleted
100644 → 0
View file @
189adb81
--- libffi-3.0.13/src/aarch64/ffi.c.orig 2015-01-14 13:57:15.098348043 -0500
+++ libffi-3.0.13/src/aarch64/ffi.c 2015-01-14 13:58:06.023087582 -0500
@@ -668,7 +668,7 @@
aarch64_prep_args (struct call_context *
state.ngrn = N_X_ARG_REG;
memcpy (allocate_to_stack (&state, stack, ty->alignment,
- ty->size), ecif->avalue + i, ty->size);
+ ty->size), ecif->avalue[i], ty->size);
}
break;
libffi-3.2.1.tar.gz
deleted
100644 → 0
View file @
189adb81
File deleted
libffi-3.3.tar.gz
0 → 100644
View file @
f567e383
File added
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