scripts/Programming/binutils:

- do not compile with system compiler
This commit is contained in:
2015-05-28 13:05:05 +02:00
parent 1e28c14623
commit 5bff52c91f

View File

@@ -9,7 +9,8 @@ function em.configure() {
}
# use system gcc to compile
declare -rx CC=gcc
#declare -rx CC=gcc
em.set_build_dependencies "${COMPILER}"
em.add_to_family 'Programming'
em.make_all