mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 16:57:58 +00:00
Update Makefile.conf
This commit is contained in:
parent
0f11f3f70c
commit
3eb464913c
@ -22,6 +22,9 @@ BOOTLOADER=other
|
|||||||
# The path of the cross-compiler.
|
# The path of the cross-compiler.
|
||||||
COMPILER_PATH = tools/cross/bin
|
COMPILER_PATH = tools/cross/bin
|
||||||
|
|
||||||
|
# The path of the toolchain cross-compiler.
|
||||||
|
TC_COMPILER_PATH = tools/cross/toolchain/bin
|
||||||
|
|
||||||
# The path of the Limine bootloader.
|
# The path of the Limine bootloader.
|
||||||
LIMINE_FOLDER = tools/limine
|
LIMINE_FOLDER = tools/limine
|
||||||
|
|
||||||
@ -48,3 +51,11 @@ else ifeq ($(OSARCH), aarch64)
|
|||||||
COMPILER_ARCH = aarch64-elf-
|
COMPILER_ARCH = aarch64-elf-
|
||||||
QEMU_ARCH = aarch64
|
QEMU_ARCH = aarch64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(OSARCH), amd64)
|
||||||
|
TC_COMPILER_ARCH = x86_64-fennix-
|
||||||
|
else ifeq ($(OSARCH), i686)
|
||||||
|
TC_COMPILER_ARCH = i686-fennix-
|
||||||
|
else ifeq ($(OSARCH), aarch64)
|
||||||
|
TC_COMPILER_ARCH = aarch64-fennix-
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user