diff options
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ define link $(LD) -e __start $(LDFLAGS) -o $@ $(startup) \ $(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc) endef +link = $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) # Mounting $(hurdroot) |