Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158048239
D25585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
684 B
Referenced Files
None
Subscribers
None
D25585.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25585: Invoke objcopy on the right object when building Scrt1.o on i386.
Attached
Detach File
Event Timeline
Log In to Comment