summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-25 13:52:23 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-25 13:52:23 +0000
commitb3430d5dc6dea930b9e3daae37439432a4e27b5c (patch)
tree85af2a2f3e778eb3942ca230d9caab0031e71675
parent5fa70fa1700606facab2d2147cc1de63c2663ae3 (diff)
Overwriting the crt1.o link is fine
-rw-r--r--libc/sysdeps/linux/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index c5c420678..6e6f716a2 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -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