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
8042b3b1
Commit
8042b3b1
authored
Mar 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
0 deletions
+78
-0
Makefile
Makefile
+11
-0
build.xml
build.xml
+59
-0
gmp-6.1.2.tar.xz
gmp-6.1.2.tar.xz
+0
-0
gmp.groups
gmp.groups
+8
-0
No files found.
Makefile
0 → 100644
View file @
8042b3b1
all
:
tar
xf gmp-6.1.2.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
$(MAKE)
-C
gmp-6.1.2
$(MAKE)
-C
gmp-6.1.2 html
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
gmp-6.1.2 check
;
\
fi
$(MAKE)
-C
gmp-6.1.2
install
$(MAKE)
-C
gmp-6.1.2 install-html
rm
-rf
gmp-6.1.2
build.xml
0 → 100644
View file @
8042b3b1
<project
name=
"gmp"
>
<target
name=
"cross-gmp"
>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.1.2"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gmp/gmp-6.1.2.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"--prefix=${sysrootdir}/cross-tools --enable-cxx --disable-static"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
/>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"install"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
<target
name=
"temporary-gmp"
>
<property
name=
"makedir"
value=
"${builddir}/gmp-6.1.2"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gmp/gmp-6.1.2.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC_FOR_BUILD"
value=
"gcc"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<arg
line=
"--prefix=${sysrootdir}/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} --enable-cxx"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<arg
line=
"install"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
</project>
gmp-6.1.2.tar.xz
0 → 100644
View file @
8042b3b1
File added
gmp.groups
0 → 100644
View file @
8042b3b1
headers
/usr/include/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
lib
/usr/lib/.*
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