OSDN Git Service

Overwriting the crt1.o link is fine
authorEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 13:52:23 +0000 (13:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 13:52:23 +0000 (13:52 -0000)
libc/sysdeps/linux/common/Makefile

index c5c4206..6e6f716 100644 (file)
@@ -51,7 +51,7 @@ $(LIBC): ar-target
 
 ar-target: $(OBJ) $(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o
        $(AR) $(ARFLAGS) $(LIBC) $(OBJ)
-       (cd $(TOPDIR)lib/; ln -s crt0.o crt1.o)
+       (cd $(TOPDIR)lib/; ln -fs crt0.o crt1.o)
 
 $(MOBJ): $(MSRC)
        $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o