binutils added

This commit is contained in:
2015-05-06 10:18:43 +02:00
parent 258a795f54
commit 5990ba9a1d

View File

@@ -0,0 +1,15 @@
#!/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