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
5990ba9a
Commit
5990ba9a
authored
May 06, 2015
by
gsell
Browse files
binutils added
parent
258a795f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
scripts/Programming/binutils/build
scripts/Programming/binutils/build
+15
-0
No files found.
scripts/Programming/binutils/build
0 → 100755
View file @
5990ba9a
#!/bin/bash
source
"$(dirname $0)/../../../lib/libem.bash"
function
em
.
configure
()
{
"${MODULE_SRCDIR}"
/
configure
\
--
prefix
=
"${PREFIX}"
\
||
exit
1
}
# use system gcc to compile
declare
-
rx
CC
=
gcc
em
.
add_to_family
'Programming'
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