Skip to content
Snippets Groups Projects
Commit 762f3834 authored by Alexey Minnekhanov's avatar Alexey Minnekhanov :electric_plug:
Browse files

debug gcc

parent e0693f66
No related branches found
No related tags found
No related merge requests found
Pipeline #208228 failed
......@@ -44,6 +44,9 @@ prepare() {
}
build() {
echo ">>> Debug gcc: ${CC}"
${CC} -v
echo ">>> End debug gcc"
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor"
......
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