refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / config / make-cc
diff --git a/lunaix-os/config/make-cc b/lunaix-os/config/make-cc
deleted file mode 100644 (file)
index f3ce340..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-CC := i686-elf-gcc
-AS := i686-elf-as
-
-
-ARCH_OPT := -D__ARCH_IA32
-O := -O2
-W := -Wall -Wextra
-CFLAGS := -std=gnu99 -ffreestanding $(O) $(W) $(ARCH_OPT)
-LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc
\ No newline at end of file