Merge branch 'reduce-warn' into 'master'

Reduce logs on openlibm and warning on time.h

See merge request redox-os/relibc!820
This commit is contained in:
Jeremy Soller
2025-12-19 05:44:09 -07:00
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -212,5 +212,5 @@ $(BUILD)/openlibm: openlibm
touch $@
$(BUILD)/openlibm/libopenlibm.a: $(BUILD)/openlibm $(BUILD)/release/librelibc.a
$(MAKE) AR=$(AR) CC="$(CC_WRAPPER) $(CC)" LD=$(LD) CPPFLAGS="$(CPPFLAGS) -fno-stack-protector -I$(shell pwd)/include -I$(TARGET_HEADERS)" -C $< libopenlibm.a
$(MAKE) -s AR=$(AR) CC="$(CC_WRAPPER) $(CC)" LD=$(LD) CPPFLAGS="$(CPPFLAGS) -fno-stack-protector -I$(shell pwd)/include -I$(TARGET_HEADERS)" -C $< libopenlibm.a
./renamesyms.sh "$@" "$(BUILD)/release/deps/"
+4 -1
View File
@@ -1,9 +1,12 @@
sys_includes = ["sys/types.h", "signal.h", "stdint.h", "stddef.h", "features.h"]
sys_includes = ["sys/types.h", "stdint.h", "stddef.h", "features.h"]
include_guard = "_RELIBC_TIME_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
after_includes = """
struct sigevent;
"""
[enum]
prefix_with_name = true
@@ -4,4 +4,4 @@ strncpy shaaaaaaaaa
strlcpy works!
copied 14
strlcpy works! and strlcat!
copied 13
copied 27