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:
parent
83ae5517e6
commit
ea254a832c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CCPREFIX = i386-elfkernelmq-
|
||||
CCPREFIX = i386-elftailix-
|
||||
|
||||
AS = $(CCPREFIX)as
|
||||
CC = $(CCPREFIX)gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue