Implement APIC, RTC, basic ACPI parser and timer support
[lunaix-os.git] / lunaix-os / config / make-cc
index 643b4eee1dbefc44c9c9e0f86d9f0c4534b62f8a..00ed9f34898ebbf84ae083fee944822d85dec0f3 100644 (file)
@@ -1,5 +1,6 @@
-CC := i686-elf-gcc
-AS := i686-elf-as
+TOOLCHAIN := ${HOME}/opt/cross-compiler/bin/
+CC := ${TOOLCHAIN}i686-elf-gcc
+AS := ${TOOLCHAIN}i686-elf-as
 
 
 ARCH_OPT := -D__ARCH_IA32