summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 28b137d8..0ec4fd82 100644
--- a/Makeconf
+++ b/Makeconf
@@ -41,7 +41,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS))
define link
$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
-$(PRELIBS) $^ $(POSTLIBS) $(libthreads) $(libc) -lgcc
+$^ $(LIBS) $(libthreads) $(libc) -lgcc
endef
# Making a snapshot