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: owloysius - dynamic init function invocator
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
makefile
diff --git
a/lunaix-os/usr/libc/makefile
b/lunaix-os/usr/libc/makefile
index 3d976cb7a0685a92605e0969cb917c3fd438e70a..5c4d3b029a1238f37b82888c25090697dd225d13 100644
(file)
--- a/
lunaix-os/usr/libc/makefile
+++ b/
lunaix-os/usr/libc/makefile
@@
-32,8
+32,8
@@
$(BUILD_DIR):
@$(CC) $(CFLAGS) $(libc_include_opt) $(global_include_opt) -c $< -o $@
%.S.o: %.S
@$(CC) $(CFLAGS) $(libc_include_opt) $(global_include_opt) -c $< -o $@
%.S.o: %.S
- @$(call status_,
CC
,$@)
- @$(CC) $(libc_include_opt) $(global_include_opt) -c $< -o $@
+ @$(call status_,
AS
,$@)
+ @$(CC) $(
CFLAGS) $(
libc_include_opt) $(global_include_opt) -c $< -o $@
$(build_lib)/$(BUILD_NAME): $(obj_files)
@$(call status_,AR,$(*F))
$(build_lib)/$(BUILD_NAME): $(obj_files)
@$(call status_,AR,$(*F))