Skip to content
Snippets Groups Projects
Commit db675760 authored by st s's avatar st s
Browse files

samsung-zeroltexx: Fix audio (fix memory alignment issue that led to crashes...

samsung-zeroltexx: Fix audio (fix memory alignment issue that led to crashes by adding the -mstrict-align compiler flags)
parent c78c633a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=linux-samsung-zeroltexx
pkgver=3.10.108
pkgrel=0
pkgrel=1
pkgdesc="Samsung Galaxy S6 edge kernel fork"
arch="aarch64"
_carch="arm64"
......@@ -39,6 +39,7 @@ prepare() {
build() {
unset LDFLAGS
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
KCPPFLAGS=-mstrict-align KCFLAGS=-mstrict-align \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
# Master DTB (deviceinfo_bootimg_qcdt)
......
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