ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
minecrell has quit [Quit: Ping timeout (120 seconds)]
minecrell has joined #aarch64-laptops
broonie has quit [Server closed connection]
broonie has joined #aarch64-laptops
pundir has quit [Server closed connection]
pundir has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
SallyAhaj has quit [Remote host closed the connection]
SallyAhaj has joined #aarch64-laptops
Evaia6 has quit [Server closed connection]
Evaia6 has joined #aarch64-laptops
jhovold has joined #aarch64-laptops
jonasbits has joined #aarch64-laptops
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #aarch64-laptops
samueldr has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #aarch64-laptops
derzahl has quit [Ping timeout: 480 seconds]
_alice has quit [Server closed connection]
_alice has joined #aarch64-laptops
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #aarch64-laptops
jonasbits has quit []
jonasbits has joined #aarch64-laptops
robher has quit [Server closed connection]
robher has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
jonasbits has joined #aarch64-laptops
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #aarch64-laptops
vkoul has quit [Server closed connection]
Lucanis has quit [Server closed connection]
Lucanis has joined #aarch64-laptops
vkoul has joined #aarch64-laptops
aguslr_ has quit [Server closed connection]
aguslr has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #aarch64-laptops
jonasbits has quit []
jonasbits has joined #aarch64-laptops
SallyAhaj has quit [Remote host closed the connection]
Erisa8 has quit [Server closed connection]
Erisa8 has joined #aarch64-laptops
Erisa has quit [Server closed connection]
Erisa has joined #aarch64-laptops
derzahl has joined #aarch64-laptops
SallyAhaj has joined #aarch64-laptops
jhovold has quit [Server closed connection]
jhovold has joined #aarch64-laptops
aguslr_ has joined #aarch64-laptops
aguslr has quit [Ping timeout: 480 seconds]
SallyAhaj has quit [Remote host closed the connection]
aguslr_ has quit []
aguslr has joined #aarch64-laptops
aguslr_ has joined #aarch64-laptops
aguslr has quit [Ping timeout: 480 seconds]
aguslr_ has quit [Ping timeout: 480 seconds]
aguslr has joined #aarch64-laptops
SallyAhaj has joined #aarch64-laptops
<derzahl> do you guys use the linaro cross comiling toolkit or vanilla? And is LLVM/clang supported?
<derzahl> getting sick of slowwww kernel compiles
<steev> use ccache, and, i cross using debian's cross compiler
<robclark> I use fedora's cross compiler.. (no ccache tho, it has bitten me too many times before)
<robclark> I think any sufficiently grown up distro should be packaging decent cross-compiler toolchain these days
<steev> i was always afraid to, but so far i haven't had any issues
<steev> make ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" LOCALVERSION= -j$(nproc) bindeb-pkg (because i do debian packages)
<steev> has been what i've run since... 5.12?
<derzahl> i was using ccache
<derzahl> then I got distcc going, but it wont work on the kernel (maybe because clang+llvm)?
<derzahl> i thought maybe the linaro tools did something special since they seem focued on qualcomm heavily
<derzahl> their https://tuxmake.org/ tool looks pretty cool
<derzahl> im gonna see if I can use it in my PKGBUILD