X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/42211aab6f00d307978b791a5e024eceabcc4eaf..2a49908006b177c4d6354309333d06b1b96e4887:/lunaix-os/config/make-cc diff --git a/lunaix-os/config/make-cc b/lunaix-os/config/make-cc deleted file mode 100644 index 416ae68..0000000 --- a/lunaix-os/config/make-cc +++ /dev/null @@ -1,7 +0,0 @@ -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