diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-23 17:28:26 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-23 17:28:26 -0400 |
commit | 082c028624b0f16699d4ea4bd7909c8646598688 (patch) | |
tree | d9ed3617fbc647740c62e0f39fd93b64109f8a13 /src/data | |
parent | 0d2c8a069ac2fddf44c7f1746095114fc2626df2 (diff) |
usr: libc: Add libc syscall interface
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/build/user.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/build/user.mk b/src/data/build/user.mk index dd1eb16..ad6b023 100644 --- a/src/data/build/user.mk +++ b/src/data/build/user.mk @@ -1,2 +1,3 @@ INTERNAL_CFLAGS = -T$(LDSCRIPT) -znoexecstack \ - -L$(LIBC_DIR) -I$(LIBC_DIR)/include/ -pie -no-pie + -L$(LIBC_DIR) -I$(LIBC_DIR)/include/ \ + -I$(LIBC_DIR)/$(TARGET)/include/ -pie -no-pie |