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
feat: wrapper function for bootstraping user program
[lunaix-os.git]
/
lunaix-os
/
config
/
make-cc
diff --git
a/lunaix-os/config/make-cc
b/lunaix-os/config/make-cc
index 4491370c42fd1fa3fa5570f97e98f6398784df31..6fd8494c4d81902ebe74313e95be918fdef59236 100644
(file)
--- a/
lunaix-os/config/make-cc
+++ b/
lunaix-os/config/make-cc
@@
-1,5
+1,6
@@
CC := i686-elf-gcc
AS := i686-elf-as
+AR := i686-elf-ar
ARCH_OPT := -D__ARCH_IA32 -include flags.h