1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-04-14 17:33:13 -04:00

Fix cross-compiler prefix

This commit is contained in:
Alex Kotov 2021-12-12 18:39:29 +05:00
parent 83ae5517e6
commit ea254a832c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -1,4 +1,4 @@
CCPREFIX = i386-elfkernelmq-
CCPREFIX = i386-elftailix-
AS = $(CCPREFIX)as
CC = $(CCPREFIX)gcc