diff options
-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) \ -$(PRELIBS) $^ $(POSTLIBS) $(libthreads) $(libc) -lgcc +$^ $(LIBS) $(libthreads) $(libc) -lgcc endef # Making a snapshot |