X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8ef44e8d53fcd532d6c581e1984532df3f01c7b8..42211aab6f00d307978b791a5e024eceabcc4eaf:/lunaix-os/config/make-cc diff --git a/lunaix-os/config/make-cc b/lunaix-os/config/make-cc new file mode 100644 index 0000000..416ae68 --- /dev/null +++ b/lunaix-os/config/make-cc @@ -0,0 +1,7 @@ +CC := i686-elf-gcc +AS := i686-elf-as + +O := -O2 +W := -Wall -Wextra +CFLAGS := -std=gnu99 -ffreestanding $(O) $(W) +LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc \ No newline at end of file