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
Virtual memory & paging
[lunaix-os.git]
/
lunaix-os
/
config
/
make-cc
diff --git
a/lunaix-os/config/make-cc
b/lunaix-os/config/make-cc
index 416ae68828fa23ea3f86e5b9735846b462134acf..f3ce340ae14c890a64eba149cdacbe270965f6fe 100644
(file)
--- a/
lunaix-os/config/make-cc
+++ b/
lunaix-os/config/make-cc
@@
-1,7
+1,9
@@
CC := i686-elf-gcc
AS := i686-elf-as
CC := i686-elf-gcc
AS := i686-elf-as
+
+ARCH_OPT := -D__ARCH_IA32
O := -O2
W := -Wall -Wextra
O := -O2
W := -Wall -Wextra
-CFLAGS := -std=gnu99 -ffreestanding $(O) $(W)
+CFLAGS := -std=gnu99 -ffreestanding $(O) $(W)
$(ARCH_OPT)
LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc
\ No newline at end of file
LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc
\ No newline at end of file