diff options
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ endef define link-with-threads $(CC) -nostdlib -e__start $(ldflags) -o $@ $(CFLAGS) $(startup) \ -$^ $(libthreads) $(libc) -lgcc $(libc) +$^ $(libthreads) $(libc) -lgcc endef |