Page MenuHomeFreeBSD

D25585.diff
No OneTemporary

D25585.diff

Index: head/lib/csu/Makefile.inc
===================================================================
--- head/lib/csu/Makefile.inc
+++ head/lib/csu/Makefile.inc
@@ -37,7 +37,7 @@
crt1.o: crt1_c.o ${CRT1OBJS}
${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
.if ${MACHINE_ARCH} == "i386"
- ${OBJCOPY} --localize-symbol _start1 crt1.o
+ ${OBJCOPY} --localize-symbol _start1 ${.TARGET}
.endif
gcrt1_c.o: crt1_c.c
@@ -52,7 +52,7 @@
Scrt1.o: Scrt1_c.o ${CRT1OBJS}
${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
.if ${MACHINE_ARCH} == "i386"
- ${OBJCOPY} --localize-symbol _start1 crt1.o
+ ${OBJCOPY} --localize-symbol _start1 ${.TARGET}
.endif
crtbegin.o: crtbegin.c

File Metadata

Mime Type
text/plain
Expires
Thu, May 28, 10:27 PM (10 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33593692
Default Alt Text
D25585.diff (684 B)

Event Timeline