diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 22:57:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 22:57:25 +0000 |
commit | 5faf3a8884b74bff2fcb74e8c74c2938b677e9ab (patch) | |
tree | a3a3fda2fb573be7c2db7a29c6b7be399d3a068c | |
parent | e89143e49bfe30fb2ef189715080caef4e112e2a (diff) |
Formerly Makeconf.~17~
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |