Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gmp
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
gmp
Commits
a45f8988
Commit
a45f8988
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded gmp to 6.2.0
parent
8042b3b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile
Makefile
+8
-8
build.xml
build.xml
+4
-4
gmp-6.1.2.tar.xz
gmp-6.1.2.tar.xz
+0
-0
gmp-6.2.0.tar.xz
gmp-6.2.0.tar.xz
+0
-0
No files found.
Makefile
View file @
a45f8988
all
:
all
:
tar
xf gmp-6.
1.2
.tar.xz
tar
xf gmp-6.
2.0
.tar.xz
cd
gmp-6.
1.2
&&
CC
=
"gcc -isystem /usr/include"
CXX
=
"g++ -isystem /usr/include"
LDFLAGS
=
"-Wl,-rpath-link,/usr/lib:/lib"
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-cxx
--disable-static
--docdir
=
/usr/share/doc/gmp-6.1.2
cd
gmp-6.
2.0
&&
CC
=
"gcc -isystem /usr/include"
CXX
=
"g++ -isystem /usr/include"
LDFLAGS
=
"-Wl,-rpath-link,/usr/lib:/lib"
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-cxx
--disable-static
--docdir
=
/usr/share/doc/gmp-6.2.0
$(MAKE)
-C
gmp-6.
1.2
$(MAKE)
-C
gmp-6.
2.0
$(MAKE)
-C
gmp-6.
1.2
html
$(MAKE)
-C
gmp-6.
2.0
html
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
gmp-6.
1.2
check
;
\
$(MAKE)
-C
gmp-6.
2.0
check
;
\
fi
fi
$(MAKE)
-C
gmp-6.
1.2
install
$(MAKE)
-C
gmp-6.
2.0
install
$(MAKE)
-C
gmp-6.
1.2
install-html
$(MAKE)
-C
gmp-6.
2.0
install-html
rm
-rf
gmp-6.
1.2
rm
-rf
gmp-6.
2.0
build.xml
View file @
a45f8988
<project
name=
"gmp"
>
<project
name=
"gmp"
>
<target
name=
"cross-gmp"
>
<target
name=
"cross-gmp"
>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.
1.2
"
/>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.
2.0
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gmp/gmp-6.
1.2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/gmp/gmp-6.
2.0
.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"--prefix=${sysrootdir}/cross-tools --enable-cxx --disable-static"
/>
<arg
line=
"--prefix=${sysrootdir}/cross-tools --enable-cxx --disable-static"
/>
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
</target>
</target>
<target
name=
"temporary-gmp"
>
<target
name=
"temporary-gmp"
>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.
1.2
"
/>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.
2.0
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gmp/gmp-6.
1.2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/gmp/gmp-6.
2.0
.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
gmp-6.1.2.tar.xz
deleted
100644 → 0
View file @
8042b3b1
File deleted
gmp-6.2.0.tar.xz
0 → 100644
View file @
a45f8988
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