summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-14 22:57:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-14 22:57:25 +0000
commit5faf3a8884b74bff2fcb74e8c74c2938b677e9ab (patch)
treea3a3fda2fb573be7c2db7a29c6b7be399d3a068c
parente89143e49bfe30fb2ef189715080caef4e112e2a (diff)
Formerly Makeconf.~17~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index c951510f..28b137d8 100644
--- a/Makeconf
+++ b/Makeconf
@@ -41,7 +41,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS))
define link
$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
-$^ $(EXTRALIBS) $(libthreads) $(libc) -lgcc
+$(PRELIBS) $^ $(POSTLIBS) $(libthreads) $(libc) -lgcc
endef
# Making a snapshot