Skip to content
Snippets Groups Projects
Commit c8e79c86 authored by Kai Hernowski's avatar Kai Hernowski
Browse files

lg-vee7e: change to gcc6

parent 214008d8
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,16 @@ makedepends="
flex
openssl-dev
perl
gcc6
"
if [ "${CC:0:5}" != "gcc6-" ]; then
CC="gcc6-$CC"
HOSTCC="gcc6-gcc"
CROSS_COMPILE="gcc6-$CROSS_COMPILE"
fi
# Source
_repository="lge-kernel-lproj"
_commit="8a90ec65502bde12a03c60d6756eea3e88c02917"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment