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: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
makefile
diff --git
a/lunaix-os/usr/libc/makefile
b/lunaix-os/usr/libc/makefile
index 41abc18d7eabf5fa33c9f5382c44504d1a8981a7..5c4d3b029a1238f37b82888c25090697dd225d13 100644
(file)
--- a/
lunaix-os/usr/libc/makefile
+++ b/
lunaix-os/usr/libc/makefile
@@
-33,7
+33,7
@@
$(BUILD_DIR):
%.S.o: %.S
@$(call status_,AS,$@)
- @$(CC) $(libc_include_opt) $(global_include_opt) -c $< -o $@
+ @$(CC) $(
CFLAGS) $(
libc_include_opt) $(global_include_opt) -c $< -o $@
$(build_lib)/$(BUILD_NAME): $(obj_files)
@$(call status_,AR,$(*F))