diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-17 14:12:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-17 14:12:53 -0400 |
commit | 1ce1f48f82c4a7f29db509cdd03481356b7c3061 (patch) | |
tree | 080fdf171640733267acb4230c8a7ed4037feb4b | |
parent | elf sym loading (diff) | |
download | comus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.tar.gz comus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.tar.bz2 comus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.zip |
fix ldflags
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ CFLAGS += -fno-builtin CFLAGS += -D DEBUG -g CFLAGS += $(CPPFLAGS) -LDFLAGS += -nmagic --no-warn-rwx-segments -nostdlib -E +LDFLAGS += -nmagic -nostdlib SRC=kernel BIN=bin |