Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
7bcde6c1
Commit
7bcde6c1
authored
Jul 17, 2014
by
gsell
Browse files
gcc.build: use 'em.set_docfiles()'
parent
4ff4d65a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
scripts/gcc.build
scripts/gcc.build
+2
-8
No files found.
scripts/gcc.build
View file @
7bcde6c1
...
...
@@ -15,19 +15,13 @@ function em.configure() {
||
exit
1
}
function
em.install_doc
()
{
install
-m
0444
\
COPYING
*
\
NEWS
\
README
\
"
${
DOCDIR
}
"
}
# use system gcc to compile
declare
-rx
CC
=
gcc
module use
'Libraries'
em.add_to_family
'Programming'
em.set_build_dependencies
"gmp"
"mpfr"
"mpc"
em.set_build_dependencies
'gmp'
'mpfr'
'mpc'
em.set_docfiles
'COPYING'
'COPYING.LIB'
'COPYING.RUNTIME'
'COPYING3'
'COPYING3.LIB'
'NEWS'
'README'
em.make_all
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