X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/290981180b9abc454e017271a8ebe75478c00e86..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 ed1f678..0000000 --- a/lunaix-os/config/make-cc +++ /dev/null @@ -1,22 +0,0 @@ -CC := i686-elf-gcc -AS := i686-elf-as - - -ARCH_OPT := -D__ARCH_IA32 -O := -O2 -W := -Wall -Wextra -Wno-unknown-pragmas \ - -Wno-unused-function \ - -Wno-unused-but-set-variable \ - -Wno-unused-parameter \ - -Wno-unused-variable\ - -Werror=incompatible-pointer-types - -OFLAGS := -fno-gcse\ - -fno-gcse-lm\ - -fno-cse-follow-jumps\ - -fno-cse-skip-blocks\ - -fno-optimize-strlen\ - -fno-tree-builtin-call-dce - -CFLAGS := -std=gnu99 -ffreestanding $(O) $(OFLAGS) $(W) $(ARCH_OPT) -LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc \ No newline at end of file