git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
--- a/
lunaix-os/config/make-cc
+++ /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